Batch testing in howmany ways u perfrom in QTP
Answer Posted / sandeep
Although this TEST BATCH RUNNER is good tool. Till it will
do following things
1 Open test
2 Run it
It will not do the settings like Adding functions.
Setting up the repository, recovery scenearios etc.
I think it is better to write VB Script which does
following taks.
1 Open Test
2 Link all functions,Object repositroy, recovery scenarios
etc.
3 Run test
This is more dynamic in nature. Even if new function in
your framework gets added till it is not a big issue.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the differences between table and db checkpoints?
What is the purpose of loading qtp add-ins?
What is system testing and what are the different types of tests you perform in system testing?
How to use reporter.report event in qtp ?
Explain the parameter in qtp?
Do you know how to connect database? Can you tell me the procedures?
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?
How can we conduct U-I Testing by using QTP??????
How to export quicktest professional results to an .xls file?
What is quicktest professional?
How the exception handling can be done using quicktest professional?
Why is action split used by qtp?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.