Please tell me the steps to record the test in Analog
recording mode in QTP version 9.2???
Answers were Sorted based on User's Feedback
Answer / hima7
it is a special recording mode provided by qtp.which is
used for recording the continuous operations.
navigation:
1.keep the tool under recording mode.
2.activate the menu item automation.
3.select the option analog recording mode
4.select one of the following option
record relative to the screen
record relative to the following screen
5.if second option is selected specify the window title
6.click on the start analog recording button
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ana
Description: Analog Recording records mouse movement and
keyboard inputs, it is in binary format.
Analog Recording Mode can be:
1. With Respect to Desktop
2. With Respect to Application
Recording:
1. First the recording should be started with Standard
Recording Mode
2. Secondly select the Analog Recording Mode option
3. Select the option relative to Desktop or Application
4. Select Start Analog Recording button
| Is This Answer Correct ? | 0 Yes | 0 No |
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
i want know iam working 2+ exp in QTP can i do performence testing (eg:loadrunner) yes r no?
what is the difference between data driver & data driven and driver script?
what's the difference in between function and sub and give some code as well
I have 5 save buttons in my application on 5 different tabs one after the another . I have spy them and added each of them in my OR. My Or is able to highlight each button on each of the 5 tabs. But when I run the script it does not click the object.Is there anything I have to edit in OR. Any property to add or delete? Below are the properties of 5 save buttons. My code for each is like browser().page().savebutton1.click Browser().page.savebutton2.click Properties of 5 buttons Dhopare, Namita Sent: September 2, 2015 2:57 PM To: Vullengala, Jagadeeshchandra "Class Name:=WebButton", "abs_x:=718", "abs_y:=693", "class:=Button", "disabled:=0", "height:=22", "html id:=btnSaveTab1", "html tag:=INPUT", "innerhtml:=", "innertext:=", "name:=Save", "outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab1"" value=""Save"" type=""button"">", "outertext:=", "type:=button", "value:=Save", "visible:=True", "width:=41", "x:=718", "y:=616" "Class Name:=WebButton", "abs_x:=687", "abs_y:=571", "class:=Button", "disabled:=0", "height:=22", "html id:=btnSave", "html tag:=INPUT", "innerhtml:=", "innertext:=", "name:=Save", "outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"">", "outertext:=", "type:=button", "value:=Save", "visible:=True", "width:=40", "x:=687", "y:=494" "Class Name:=WebButton", "abs_x:=635", "abs_y:=478", "class:=Button", "disabled:=0", "height:=23", "html id:=", "html tag:=INPUT", "innerhtml:=", "innertext:=", "name:=Save", "outerhtml:=<input class=""Button"" onclick=""document.getElementById('a3').click();"" value=""Save"" type=""button"">", "outertext:=", "type:=button", "value:=Save", "visible:=True", "width:=41", "x:=635", "y:=401" "Class Name:=WebButton", "abs_x:=695", "abs_y:=558", "class:=Button", "disabled:=0", "height:=22", "html id:=BtnExternalPartySve", "html tag:=INPUT", "innerhtml:=", "innertext:=", "name:=Save", "outerhtml:=<input id=""BtnExternalPartySve"" class=""Button"" onclick=""document.getElementById('a4').click();"" value=""Save"" type=""button"">", "outertext:=", "type:=button", "value:=Save", "visible:=True", "width:=41", "x:=695", "y:=481" "Class Name:=WebButton", "abs_x:=672", "abs_y:=642", "class:=Button", "disabled:=0", "height:=22", "html id:=", "html tag:=INPUT", "innerhtml:=", "innertext:=", "name:=Save", "outerhtml:=<input class=""Button"" onclick=""document.getElementById('a5').click();"" value=""Save"" type=""button"">", "outertext:=", "type:=button", "value:=Save", "visible:=True", "width:=40", "x:=672", "y:=565" Previous Item Next Item Connected to Microsoft Exchange
i need the licence key for QTP V9.5 can anyone help me on getting this?
Can any one tell me Difference between Keyword Driven Frame work and Hybrid framework? Its Urgent.
What is use of Global Sync Timeouts in QTP9.2?
Please clarify Automation and QTP both(names) are same or diff?
how to connect qtp to sqlserver?(if any body know about this please send mail to me:sheik_feroz5@yahoo.com)thank u
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code