any one can explain about QTP proocess,means where to start
and how to start Scripting.

Answers were Sorted based on User's Feedback



any one can explain about QTP proocess,means where to start and how to start Scripting...

Answer / ruchir

Do start with first recording the application and then try
to customize the the code in expert view as per ur requirments
like If else case , For etc

Try it

Is This Answer Correct ?    2 Yes 0 No

any one can explain about QTP proocess,means where to start and how to start Scripting...

Answer / sarithareddy

step1:start recording,
step2:editing means giving some inputs or putting some
conditions
step3:debogging
step4:execution
step5:analyzing the test results

Is This Answer Correct ?    1 Yes 0 No

any one can explain about QTP proocess,means where to start and how to start Scripting...

Answer / 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

More QTP Interview Questions

To retrive the test data which tool vl use and whats basis u vl write test data? its urgent

0 Answers   IBM,


What is the Difference between test object and run time object?

0 Answers  


How do u do batch testing in WR & is it possible to do in QTP, if so explain?

4 Answers  


How to identify the objects using descriptive programming when the object property values are same, i mean in a page 10 objects are there i want to click the 6th object but all the object property values are same? using descriptive programming

2 Answers   Genpact,


Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance

0 Answers  






What is the BPT(bussiness process testing ).and what is the main difference between BPT and QTP

3 Answers   EDS, GL Noble Denton, IIST,


Cn u please clarify my doubt Where are micTab and micReturn used.Thanx in Advance

2 Answers  


I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)

0 Answers  


What is parameter in qtp?

0 Answers  


Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out

0 Answers  


Explain script generated after applying database check point?

2 Answers  


when i perametarization of the test through outputcheckpoint,i have seen run time error i.e outputcheckpoint mismatch .Plz tell anybody to me(qtp).How to clear that?

1 Answers  


Categories