PLS REAL TIMERS WRITE THE ANS FOR THIS?
WHICH SCRIPT IS USED IN REAL TIME NOW A DAYS
1)SHARED REPOSITORY BASED SCRIPT
2)DESCRIPTIVE PROGRAMMING BASED SCRIPT?
Answer / vidhya
Both descriptive programming and shared object repositories
are using, its depending upon your project requirement.
| Is This Answer Correct ? | 1 Yes | 2 No |
What is a Run Time Data table?
Syntax for how to call one script from another? and Syntax to call one "Action" in another?
I am not finding pages and links in object spy on web testing. I am only getting window and winobject. where is the problem? thanks
difference between GetROProperty and GetTOProperty
What is a quick test professional?
suppose i give valid user id and password to open an web base application on qtp.how qtp will know itis a valid user id and password
I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
How does QTP identifies the object in the application?
What Folder Structure following in Keyword Driven Frame work?
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm?
How can I use Call dlls in QTP ?