How do you start automating/ writing your QTP scripts ?

Answers were Sorted based on User's Feedback



How do you start automating/ writing your QTP scripts ?..

Answer / jay prakash

We start writing the scripts by creating the object
repositries first.

Is This Answer Correct ?    5 Yes 2 No

How do you start automating/ writing your QTP scripts ?..

Answer / varshitha

Can you say me how can we know which script have to write in QTP?
I mean what functions we use for writing vb script inQTP?

Is This Answer Correct ?    0 Yes 0 No

How do you start automating/ writing your QTP scripts ?..

Answer / alex

first you need to create the test case i mean, you need to
write the script after you have to test manually the flow,
you need to check what kind of object you will use for the
script, i mean if you will user web, oracle, asap, etc and
install the add ins of course if it is necesary. You have
to create the repository. when you are ready then you can
start with the automation.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More QTP Interview Questions

While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next

1 Answers  


In Descriptive programing if i use this below code will it work for login window or flight Res Window. Shud i add the properties like attached text=login and text=Agent Name in the object repository and define a new object first. Pls tell me the procedure in clear inorder to execute this script. Dialog("title:=Login").WinEdit("attached text:=Agent Name:").set"agent123" Dialog("title:=Login").WinEdit("attached text:=Password:").set"mercury" Dialog("attached text:=Login").winbutton("text:=OK").click

2 Answers  


How we can merge the object repositories?say if we have 2 or 3 object repositories then how we can merge them?Is there any option in QTP to merge the object repositories?

2 Answers  


After i ran the Test in Batch mode i didn't get any results. Can any one let me know how it can be done?

3 Answers  


What is the Limitations of Testing ?

4 Answers   TCS,






How to get the particular property value?

0 Answers  


What is the use of Accessibility check point?

3 Answers  


Which environments does qtp support?

0 Answers  


Hi Guys, My Application in Microsoft Dynamic Navision, is it compitibale with QTP? if yes then let me know...

0 Answers  


how can you select random value for every iteration from a weblist

4 Answers   Microsoft,


waht is the difference between QTP 8.2 and 9.0 version

15 Answers   AppLabs, CTS, Polaris,


Hi, i have a string like "INDIA". I need to display this string vertically in Msgbox?

3 Answers  


Categories