what do u mean by test harnesses in qtp?
Answer / rico
Wikipedia Say's:
In software testing, a test harness or automated test
framework is a collection of software and test data
configured to test a program unit by running it under
varying conditions and monitor its behavior and outputs. It
has two main parts: the test execution engine and the test
script repository.
Test harnesses allow for the automation of tests. They can
call functions with supplied parameters and print out and
compare the results to the desired value. The test harness
is a hook to the developed code, which can be tested using
an automation framework.
A test harness should allow specific tests to run (this
helps in optimising), orchestrate a runtime environment,
and provide a capability to analyse results.
The typical objectives of a test harness are to:
Automate the testing process.
Execute test suites of test cases.
Generate associated test reports.
A test harness typically provides the following benefits:
Increased productivity due to automation of the testing
process.
Increased probability that regression testing will occur.
Increased quality of software components and application.
| Is This Answer Correct ? | 6 Yes | 0 No |
How will you handle custom object in QTP?
from where we will retrieve data for data driven tests in qtp?
What is the XML file architecture ?
how can you select random value for every iteration from a weblist
Explain about business process component? types and usage?
Through array we can execute the testcase how ? give me example
Explain sub procedure of vbscript.
What are the different types of action?
How do we run the scripts in QTP ?? what are the three options....
I am trying to write a descriptive program for clicking on a perticular link.For that i wanted an index or location of that object.But when I viewing through spy, There was no index property of that object.What to do for getting index value.How can I get index? please any one let me know.
write script to read and write data from file ?
Can anybody send me the code to get the RO property of the active screen in QTP while running?