Software Testing Automation Tools and Concepts
Test your knowledge of software testing automation including tools like Selenium, QTP, Ranorex, and AutoHotkey, along with testing methodologies, test coverage, and software release terminology.
Questions
The specification which describes steps required to operate the system and exercise test cases in order to implement the associated test design
- Test Case Specification
- Test Design Specification
- Test Procedure Specification
- None
Verification involves which of the following
- Helps to check the Quality of the built product
- Helps to check that we have built the right product
- Helps in developing the product
- Monitoring tool wastage and obsoleteness
EULA stands for
- End Usability License Agreement
- End User License Agreement
- End User License Arrangement
- End User License Attachment
________is a very early build intended for limited distribution to a few key customers and to marketing for demonstration purposes.
- Alpha release
- Beta release
- Test release document
- Build
"How much testing is enough?"
- This question is impossible to answer
- This question is easy to answer
- The answer depends on the risk for your industry, contract and special requirements
- This answer depends on the maturity of your developers
How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other: if (Condition 1) then statement 1 else statement 2 fi if (Condition 2) then statement 3 fi
- 2 Test Cases
- 3 Test Cases
- 4 Test Cases
- Not achievable
What are the OpenSource Testing tools among the following?
- Selenium
- AutoHotkey
- Maveryx
- Eggplant
Who developed Selenium?
- Bjarne Stroustrup
- Jason Huggins
- David Hopes
- Thomson Davis
QTP supports both keyword driven and data driven testing.
- True
- False
In QTP the script written for an application for one browser runs on all browsers.
- True
- False
AutoHotkey scripts can perform which of the following functions?
- Launch programs
- Send keystrokes and send mouse clicks
- Assign, retrieve, and manipulate variables
- Run loops and manipulate windows
QTP supports the testing of Windows Mobile Technology.
- True
- False
Ranorex is test automation framework for testing different types of application types including Web 2.0 applications.
- True
- False
Which of the following is not a feature of Selenium?
- Intelligent field selection will use IDs, names, or XPath as needed
- Can't debug and set breakpoints
- Save tests as HTML, Ruby scripts, or other formats
- Option to automatically assert the title of every page
HP WinRunner was originally written by?
- Hewlett-Packard
- IBM
- Mercury Interactive
- Redstone Software
Among the following which is not a Open Source Testing Automation Tool?
- CubicTest
- Tellurium
- TestPartner
- Selenium