Can we put more than one action in a single script????
yes or no.....
Answers were Sorted based on User's Feedback
Answer / haritha
yes we can use more than one action in a single script.First click on the insert menu and then click "call to new action"
| Is This Answer Correct ? | 10 Yes | 6 No |
No we cannot put more then one action in a Single
Script.Actually Action Comes under Test and if we make a
Script of Log-In Functionality in Action-1 then we cannot
Split the Log-In Script in 2 Parts,We can Split Action in 2
Parts but not the Script
While in Single Action we can call Multiple Scripts
| Is This Answer Correct ? | 6 Yes | 2 No |
can any one tell me what is process metrics and what is product metrics if possible give me example. Thank You
In QTP, What is Global action and Local action?
Is it possible to call from one action to another action in qtp?
Once we get the Test Result from QTP.,I Have to convert into Excel file format..Is it possible..Can any gudie me regarding this... For Example : Total Test Case is : XXXXX Test Case passed : XXX Test Case Failed : XXX -------- Total XXXXXX ---------
How we wil do data driven test using chkpts? Plz. give me complete navigation steps for this?
What is the difference between the design-time and run-time data tables?
Hi Everybody, Can anybody please tell me the how to display the result of the QTP in the notepad text file rather than in the QTP result window. Suppose this is my simple script:WHich will open the notepad file and enter some text and then will change the font then will calculate how much time has been taken.Now, in this script i want to display the result in notepad file. Dim s Dim starttimer,endtimer,timeit s="uyetuywqtywqte" SystemUtil.Run "notepad","","Y:\","" Window("Notepad").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp Window("Notepad").Dialog("Save As").WinEdit("File name:").Set "test1" Window("Notepad").Dialog("Save As").WinEdit("File name:").Type micReturn Window("Notepad_3").Type s Window("Notepad_3").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp starttimer=timer Window("Notepad_3").WinMenu("Menu").Select "Format;Font..." Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Type "cou" + micDwn Window("Notepad_3").Dialog("Font").WinComboBox ("Font:").Select "Courier" Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Set "Courier" Window("Notepad_3").Dialog("Font").WinEdit("Font:").Type micReturn endtimer=timer timeit=endtimer-starttimer print(timeit) Please also tell me where the function for the text file result will be declared and where it should be called. Thanks, Gaytri
Which function is used to accesses the Properties from Repository Pls anybody can give the answer.. Thanks in advance...
what is the test object?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
WHAT IS THE DESCRIPTIVE programming when it is useful? & when to use this ?
Give me diffrent script in QTP for Webpage(Java and .Net),WindowsBased Applications,Java application,.Net application...