How would you directly trigger javascript in a test?
No Answer is Posted For this Question
Be the First to Post Answer
I wnnt to learn about QTP Automation Framework,please give URL Address to get more information about AFW.
We have an action attached with the library file in QTP. When I will click on run button,which file is going to be executed first a)Action b)Library
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
Explain the benefits of quick test pro(qtp)?
.qfl extension for which file? where vl use it
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?
How to capture checkbox properties when properties of the object keep changing on relogin to the application.
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
What is FRAME WORK? How many Frameworks can QTP supports?
What is the basic concept of quicktest professional?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
What does VBS file contain...??? what is VBS file.. ???