any one can explain about QTP proocess,means where to start
and how to start Scripting.
Answer Posted / a.thirumalareddy@gmail.com
if you want to do scripting
first you have to add the objects of the application to the object repsitory
then write the scripts, and modify the script according to your test
debug the script line by line (use error handling methods is there any pop-ups)
execute the script
analyze the results in result window
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
How to run a test using quicktest professional (qtp)?
Explain the concept of object repository and how qtp recognises objects?
how can we do the frame work in qtp
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
How many add-ins comes by default with qtp?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
Explain the new feature of UFT regarding the export of test results?
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
How to create Reusable and Multiple Actions?
What is checkpoints for quicktest professional (qtp)?
What is a checkpoint? How many check points are there in qtp?
Explain types of descriptive programming?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
What is the file extension of the code file in qtp?