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 |
can we run compiled-mod function in a compiled module function?if yes then fwd sample script?
What is Configuration Management?
latest version
what is the extension for WR files?
what is Add-wathch, how will it work?
How do you handle tsl exceptions?
why you are doing software testing, why testing necessary
What r the recording methods in winrunner and wht r the uses and where do we use and how do we use? pls dont mention recording modes(context sensitive and analong)
Tell me the Script to close winrunner from the script itself..
Define parameterizing?
If I do not check any of the add-ins that pops up initially, for which type of application can I do scripting?
what is mean by v module . pls give answer with example