Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do we run the scripts in QTP ?? what are the three
options....

Answers were Sorted based on User's Feedback



How do we run the scripts in QTP ?? what are the three options......

Answer / surya prakash

We can run QTP Script in three different ways

1. "Verify Run-Mode"
(Normal Runmode)F5,aiming towards testing the application.
2. Debug Run-Mode
(Aim is to know the syntactical and Logical Errors)
F11- step into
F10 - Step Over
Shift+F11 - step Out
3. Update Run-mode(Automation -> update run mode)
(Aim is to Update the object physical Desctription)
using this mode qtp can update the following
1. Object Repository Physical Desctription
2. Check point Property Values
3. Active Screen images

Is This Answer Correct ?    6 Yes 0 No

How do we run the scripts in QTP ?? what are the three options......

Answer / neeraj kumar

Hi


1) Simply Run or F5
2) Maintenance Run Mode
3) Update Run Mode

Is This Answer Correct ?    4 Yes 1 No

How do we run the scripts in QTP ?? what are the three options......

Answer / sri surya sirisha

Pressing Run button on the tool bar is 1st option

Pressing f5 is the second option

Is This Answer Correct ?    0 Yes 1 No

How do we run the scripts in QTP ?? what are the three options......

Answer / sandipgami84

It's Simple, Press F5....and Click on OK button........it
will execute......



Sandip
9714177088

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More QTP Interview Questions

What are the different attribute used with regular expression?

0 Answers  


What issues come up in test automation, and how do you manage them?

0 Answers  


how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!

0 Answers   TCS,


How many ways return more then one value from function?

2 Answers   Ingram Micro,


Hi,iam new to automation and i have 1 year experience in manual testing.I have a little bit idea about QTP9.0 .But i have no idea about script writing using VB.Please help to learn script writing.

1 Answers  


Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If

1 Answers  


General Ques : At What State u start Automating ? means at what stage we start writing QTP scripts ?

2 Answers  


when do we write a script in qtp?(plz give me more then 2 reasons)

1 Answers  


Do you know how to connect database? Can you tell me the procedures?

0 Answers  


Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?

0 Answers  


What is ObjectParamater?

0 Answers   CTS,


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

0 Answers  


Categories