By default Action1 runs first in QTP. Is it possible to
start the run with Action2?

Answer Posted / deepa

Yes it is possible. Place the cursor at the start of your
Action2 and right click, select Run from Step.

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution

1658


What are the different types of functions available in qtp and explain ?

560


What is the difference between local and shared object repository in qtp?

549


If I change the object name in one action will it be updated in all the actions? Or not?

590


In qtp, how you can get the last character from a string?

546






Define virtual object?

599


in a web page hoe to check the dynamic links that rechabging with out using regular expressions

1768


What is the use of running the scripts in Hidden-mode in UFT?

676


when will you do debug your script? and explain that process?

1445


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

3604


how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?

1409


How will you find the current time of the remote machine using QTP script?

585


Why we load add-ins in qtp?

622


can anyone tell me from where i can download qtp demo or crack version

1617


Whether qtp 9.0 supports Test director8.0

2112