How many Record Methods are there in Winrunner?
Answers were Sorted based on User's Feedback
Answer / babitasingh
Total 4 Recording methods available.
1.Record
2.PassUp
3.As Object
4.Ignore
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / praveen 9885734486
1. context sensitive mode
2. Analog mode
the above answered person can send me the details of the
other modes
praveentumula1@gmail.com
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / deepak ethirajan
1) Record instructs WinRunner to record all operations
performed on a GUI object. This is the default record
method for all classes. (The only exception is the static
class (static text), for which the default is Pass Up.)
2) Pass Up instructs WinRunner to record an operation
performed on this class as an operation performed on the
element containing the object. Usually this element is a
window, and the operation is recorded as win_mouse_click.
3) As Object instructs WinRunner to record all operations
performed on a GUI object as though its class were object
class.
4) Ignore instructs WinRunner to disregard all operations
performed on the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / m.kumararaja
Hello Praveen,
Your answer is Two types of recording modes
and above Baphithasingh answer is correct these four are
the recording methods.you find the difference between both
methods and modes, then u reply. these four methods are
explained well by Deepak u just go through.
Thanks,
Raja
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vijaybhaskar@gmail.com
praveen if i am not wrong there are two recording modes
that u said and there are four recording methods as
specified above,
i dont much abt that methods but i have an idea
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / pratikshya mishra
There r 2 types of record methods present in winrunner
1> Contextsensitive mode of recording
2> Analogue mode of recording
| Is This Answer Correct ? | 0 Yes | 1 No |
Tell me the function to export the content from one data table to the other?
1 Answers Landscape Technologies,
What is toogle breakpoints? How does it differ from break points?
what is meant by CMMI standards
what is the difference between copy and call?
How we conduct Regression Testing through WinRunner
What is Add Watch?
What is the diffrance bet. Compiled module and User defined Functions?
how to open an application
What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?
Data Driven test functions in WinRunner are Context sensitive functions or Analog functions?
By Default if you save a File with just pause statement in the script how it is going to store in winrunner?
Hi, Currently i am using winrunner for my project.Its a java project. When i am running the script its failing in cliking an image link("My Profile"). The image object is eventhough exists in GUI map editor script is failing to recongize the object. I am getting the error of "Web_image_click:"My Profile" Error:Object is not found". I recorded the script and executed it is not running it shows the same error. The following physical description displaying in GUI map editor : { class: object, MSW_class: html_rect, html_name: "My Profile" } The thing was running successfully, I could not able to identify something happen to the script its showing error. Please give solution for this problem. Let me know if need more information. Regards, Sankar shankarmg@gmail.com