How do we run the scripts in QTP ?? what are the three
options....
Answers were Sorted based on User's Feedback
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 |
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 |
Pressing Run button on the tool bar is 1st option
Pressing f5 is the second option
| Is This Answer Correct ? | 0 Yes | 1 No |
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 |
What are the different attribute used with regular expression?
What issues come up in test automation, and how do you manage them?
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!!!
How many ways return more then one value from function?
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.
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
General Ques : At What State u start Automating ? means at what stage we start writing QTP scripts ?
when do we write a script in qtp?(plz give me more then 2 reasons)
Do you know how to connect database? Can you tell me the procedures?
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?
What is ObjectParamater?
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