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 |
How does WinRunner evaluate test results?
HOW TO TEST A SOFTWARE/APPLICATION?
what is the basic knowledge required to work in BFSI domain ?
7 Answers HCL, Nucleus Software, Standard Chartered,
What is the difference bitween Client/Server Applications and Web Applicaions?
what is automation life cycle?
Is it Winrunner supports All web based applications?If supports how extention?
what is modul? and differ btwn testing and debugging
Where did you learn winrunner and testdirector?
What is parameterizing?
How would you define a "bug?"
i would like to know the steps to write tsl exception and object exception with a simple example
How to Import(insert) data from an excel sheet to Database(table).