It is very difficult to test in manual for that we go to
DATA DRIVEN TEST.
Answer Posted / santhosh
Here difficulty is no the matter,We can also do manually if
lot of time is there for testing,But when we have no time
for manually testing bundles of test data,at that time, we
go for Data driven test
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why qtp the best testing tool?
What are the factors on which script execution time is dependent?
When ‘option explicit’ keyword is used in qtp?
How to modify object property in qtp ?
Can we record an application running on a remote machine using qtp?
Explain how you can find length of array in qtp?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
can any one say that where we can download the QTP trail version ??????????
Is text area check point supports for web applications?
How do you convert manual test cases to automated test cases?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
If I give some thousand tests to execute in two days what do you do?
Explain sub procedure of vbscript.
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.