what is reusable action and how the same can be implemented
(process)?
Answers were Sorted based on User's Feedback
Answer / aravindh
HI, A Re-Usable Action is one which can be reused by other
Actions or Tests. By default, an Action is Non-Reusable.To
make an Action Reusable,
1.Open the Action
2.Edit-->Action-->Action Properties-->
3.select the "Reusable Action" Checkbox.
Is This Answer Correct ? | 2 Yes | 2 No |
Hi I am from delhi, Now I can surely say that no institution of QTP here in Delhi After reading you people I want to get cry, from last six month I am trying to learn QTP, I have knowledge too but dont know VB Script. Now it appears that without learning QTP no one can learn complete QTP, I want to get a formal learning in QTP. Can you suggest me the best institution. and please let me know the charges and span of the course too. thanks in advance to you alkaa.dugaal@gmail.com
How i can use Regular expression in QTP?give detailed steps for it.
Difference between keyword driven test and DDT?
What is the extension of script and object repository files?
hi i am new to qtp i need to run all files by a batch what is the procedure and what are following actions to be take?
In QTP how can we recognize objects Without using Object Repository?
How to add check point?
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
How will you test a keyboard?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
How to Analyze the Checpoint results by Text/Text Area Checkpoint?
how to call a funtion in a script? i have saved the login scipt in notepad. with extension .vbs. But when i am calling the function with the keyword CALL <Function Name>. its not working out. can any one give me a clue how to call the external functions. with example.