testing Online Quiz - 100
Description: testing Online Quiz - 100 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: testing |
Test reporting and defect management is the part of:
Which one is not correct?
Error-Based testing seeks to demonstrate that:
Error guessing is best used:
Consider the following statements: i. 100% statement coverage guarantees 100% branch coverage. ii. 100% branch coverage guarantees 100% statement coverage. iii. 100% branch coverage guarantees 100% decision coverage. iv. 100% decision coverage guarantees 100% branch coverage. v. 100% statement coverage guarantees 100% decision coverage.
Acceptance testing is the demonstration that a system meets requirements
In order to reduce the time needed for regression testing which method(s) you can apply from the following:
The testing effort may not depend on the following factor:
What is the main reason for testing software before releasing it?
Which of the following is NOT a standard related to testing?
which of the following statements are true?
Which of the following is not the integration strategy?
What are the types of descriptive programming in QTP
The following is an example of Window(“Title:=Login”).Winedit(“Attached text:=Agent Name”).set “Sam”
Which of the following is correct when we use descriptive programming in a script
If the same programmatic description (Window (“Title:=Login”).)is used several times, then
The following code – Set Myvar = Description.Create() is the way to use …… descriptive programming
In the following code – Set Myvar = Description.Create(), Myvar is known as
Which method is used to get all objects located within a specific parent or only those that match some criteria for programmatic description
If Index:=1 is used with WebEdit Test Object in the descriptive programming, QTP will search for the …….. WebEdit Object in a Web Page