Susan’s team has been writing code for a major project for a…

Susan’s team has been writing code for a major project for a year and recently released their third version of the code. During a postimplementation regression test, an issue that was originally seen in version 1 reappeared. What type of tool should Susan implement to help avoid this issue in the future?

Create an HTML page that prompts the user for a string. If t…

Create an HTML page that prompts the user for a string. If the string has a “v” in it,   the program should write to the page the string with all vowels in the string uppercased. If the string has a “c” in it, the program should write to the page the string with all consonants in the string uppercased.  If it has both “v” and “c” in it,  the program should write to the page the string with all the characters in the string uppercased. Use JavaScript for processing.

Write an XML page and accompanying CSS page that together pr…

Write an XML page and accompanying CSS page that together present a page that has the words for seven colors: red, yellow, blue, orange, green, brown, purple. The text for each word should be the same color as the word is, and each word should be a little larger than the preceding word.