After creating testcases, how do you start testing in QTP?
what methodology will follow?
Answer Posted / karunakar
After writing test cases, analyze and identify the test
cases which are falling under regression suite. Then study
which can be automatable using the tool (Here, tool
selection is important criteria). Once finalizing the test
cases that can be automated, analyze the suitable framework
that fits.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Are Shared ORs read-only?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
In qtp, how you can use xpath to identify objects?
Is it possible to call from one action to another action in qtp?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
what are the challenges you have faced while testing web based application using the automation tools ?
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
Plz Explain AUTOMATION REFERENCE MODEL?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
Explain data driven framework?
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.