Where is the resultset of a sqlquery (which is fired by
rsobj.open sqlquery,xxxx,xxxx) stored ?
No Answer is Posted For this Question
Be the First to Post Answer
Describe function procedure in vbscript.
what are the Common Problems in S/w development process
How to get all the objects count and objects names in webpage using QTP ?
How to identify 2 versions of browsers based on regular expression
How to connect to the Database from QTP?
10 Answers DB, Thatavarti Technologies, Xchanging,
In Login two edit box which object class property value is same, How to enter into 2nd edit box in qtp by vbscript.
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
Explain sub procedure of vbscript.
What is an optional step in qtp ?
In qtp, how you can exit for loop?
what is the advatages of merging of object repositories in Qtp9.0
How can we disable popup blocker?