How do u identify the object that it is a standard object or not
Answers were Sorted based on User's Feedback
Answer / srujan
while recording that object if it displys d script
like "obj_----" then it wud b a nonstandard object.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / chanakyan
To identify Standard and Non-Standard object,We have to Spy
the object using GUI SPY, For Example if you Spy a Text box
it displays "Edit" (in the recorded tab), or if u Spy on
pushbutton it displays "pushbutton". This is nothing but
Standard object,example calculator.
When u Spy on a paint window it displays "object" which
indicates that it is an partially identified object as WR
can identify but not fully.
when nothing is displayed on Spying it is Non standard
object,say for an example take a Minesweeper game and spy
it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sivakumar
While recording, winrunner identifies any standard
objects inside the application, it will take nearest lable
as the logical name.
E.g: Edit box ( attached text as a logical name)
| Is This Answer Correct ? | 0 Yes | 0 No |
When do you use verify, Debug and Update modes?
what is the extension for WR files?
what is the diff. Between GUI_unload() and GUI_close()?
how many license keys are there for winrunner in your company?
How to handle exceptions in for loop of DDT script.
what r the standard properties r u checking for pushbutton?
is 'Vendor' is a Reserved in WinRunner or not?
what is test bed
when start testing
Name the different modes of recording?
How to check property of specific icon is highlighted or not?
In an Testing Interview, in winrunner the following question asked. what is the use of compile module? how u r implemnted these compile modules in ur project. give any TSL script of compile module?