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
No Answer is Posted For this Question
Be the First to Post Answer
how to generate numbers in between to numbers suppose numbers in between 500 to 1000 in sequencies using vbscript
How to handle exception when data table is not available in local host system or path is not correct(explain statement with example)
what is compiled module?
What contains Data Driven Framework document in qtp?
write script for bitmap image?
what is difference between Mandatrary proparties and Assistive proparties? Explain
Why to use descriptive programming?
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
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 the extension of the qtp local repository?
Difference between test object and run time object?
Diff b/w test scenario's and test Procedures?