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

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.

1598


What is text check point and text area check point?

695


Hello friends..... On which areas of an application we can not test with QTP

1671


What are the differences between quicktest professional and winrunner?

614


What is a programmatic description?

689






Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma

1377


What is the significance of “action 0” in qtp?

662


Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19

1298


What are parameterizing tests?

626


What is the synchronization point in qtp?

651


How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If

2662


Both static and dynamic arrays are handled by the vb script. Is it true?

664


I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.

1680


Step 3&4 are repeated until an the object in recognised uniquely.

1626


Did QTP prove efficient for your project? Yes or No, explain?

6222