If u don't have any Knowledge on perticular application but
they give that application to u for Testing ? Then How we
wil move towards testing on that application?
Answer Posted / siva
If you dont know anything about the application the
word "Testing" doesn't have any meaning. So before testing
the application go thru the related document or get a
download about the functionality from the respective
person. It will help to understand the functionlality and u
will know what is going to be tested.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the various automation frameworks available in qtp?
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
What is the difference between per-action and shared?
HOw to add the recovery file at runtime to the test file .
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
In qtp, how you can use xpath to identify objects?
Which scripting language used by quicktest professional (qtp)?
What is ‘object spy’ and what is the function of object spy in qtp?
Explain the benefits of quick test pro(qtp)?
How you can make an action as re-usable action?
Is it possible to split an action? How?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
What does it mean when a check point is in red color? What do you do?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
what is meant by Implicit and explicit requirements?