hi testers,one script has three actions , at the of running
three actions are running , how to set run only perticular
action and what is the use of split the action? when it
will be useful?
Answers were Sorted based on User's Feedback
Hi,
If you don't split the test in to action, each time
you run it'll run the whole test. which is the waste of
time and efforts.Splitting the action is useful especially
when we parameterize the object.When you parameterize the
object if you don't split into actions the whole test will
run that many iterations.
We can't set particular action to run but we can specify
how many time the particular action should run. This can be
done by selecting the action and right click and select the
action call property and make sure the run tab is selected
and in that you can specify how many times the action
should run.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / neeraja
when ever we r using modular frame work/Keyword driven
frame work we need make the actions as reusable action in
that case we this split action .we first split the threee
actions into three diffrent tests and make them reusable
actions.we will take new test and we call the required
action using the option call to existing action
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / subbu
Hi this is subbu go to >>>>Automation there select Run current action
Is This Answer Correct ? | 0 Yes | 1 No |
A question was asked in a company-suppose, I am testing a website on QTP, all the time a new title bar is appeared on next page. Trying to use regular expression under key word driven testing but expert view is also appearing unchanged and error is also generating, do you have any best resolution for that kindly explain in detail. please dont give example of yahoomail, that is unable to clear my doubt.
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
Diff between WEB APPLICATION AND CLIENT-SERVER APPLICATION?
Object recognition in QTP is based on which model ? a) COM b) DCOM c) DOM d) None of the above
Hi, How to give drop down values as input [Variable] from data table in QTP? If u know share with me.
can any one tell me what is syntax error in line msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist 'code ************** Call login("lal="," " ) wait(5) Call errormsg("Invalid email address. [?]" ) Function errormsg(msg) msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist if msgexist then Reporter.ReportEvent micPass,"enter valid username or pwd ",msg else Reporter.ReportEvent micFail, "entered valid uname and pwd",msg end if End Function
In your QTP framework, what checkpoints were applied in the script to minimize script failure due to any reason during execution?
How to capture data from images in QTP and produce them in Excel sheet ? please ans...
How to Analyze the Checpoint results by Standard Checpoint?
does the vb script knowledge is mandatery in testing using QTP
I have to automate excel features using qtp in this i need to open instance of excel in different ways like double click on file, drag & drop options, File > open option but i know the 2 ways to open the excel instance 1 is by creating the object and another is to open the excel file in already opened instance of excel through sendkeys through qtp. But i m not geting how to open excel file through double click and drag and drop option through qtp script plz help me out anyone can thanks in advance
How to capture screenshots of Exceptions/Errors during run- time?