WHAT IS SMATR IDENTIFICATION? plz EXPLAIN BRIEFLY?
IS IT POSSIBLE in QTP?
HOW AND WHEn THE SITUATION U R USING EXPLAIN WITH EXAMPLE?
Answers were Sorted based on User's Feedback
Answer / rajendra pradeep
Make QTP to recognise an Object,which it is unable to
recognise by normal properties of that particular object.
For Example: If there are Two Login Buttons on the same
page.Then how u could click the button u wish to click.In
such type of cases we manually make QTP recogise the object
through "Smart Identification".It is nothing but filtering
the identical properties between the Buttons.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vijay
hi
The dynamically changing the object properties of web
application r window this type of situation occurs u use
smart identification.
Example:
Take an example for web application like shadi.com
the photo will be keep on changing.This type of changing
object can be recognized by uniquely through smart
identification
i think u understand.......
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / abhijit g.
SMART INDENTIFICATION is a feature of QTP which is not
availabale in win runner. While we are recording test
script, QTP takes snap shots of each major event like
change of state of a web page or butoon etc. we can see
these snapshots in test-results window. this feature is
called as SMART INDENTIFICATION.
| Is This Answer Correct ? | 0 Yes | 2 No |
what is the Command used to start the QTp from Run.
What is the keyword view and expert view in qtp?
if my application shows 100 records and in my database having 200 records how i can validate using QTP tool?plz exp. in detail?
What is the process of synchronizing qtp and aut?
Whether it is possible to test the adobe's controls like zoom, resize, save etc using QTP...If yes, how u can do the same?
What is VSS? Is it used in Automation(QTP) Or Manual? what is menus in VSS?
Explain actions in qtp ?
Hi, I have a login page. To login in that page I need to have a valid username and password, which is stored in database. I imported that table to my DataTable in QTP (Global sheet). Now I need to write a code in qtp so that I can login only with valid username and data. my condition is : I want to get username and password from inputbox(which i did) and click on login button- which should verify the datatable for username and password and if value is present only then lofin else stop the testing. DataTable contains columns : LoginName and Password Code: Rowcount= DataTable.GetSheet("Global").GetRowCount msgbox "RowCount= " &RowCount,1 CurrentRow= DataTable.SetCurrentRow(1) Do Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$UserName$ctl").Set DataTable("LoginName",1) Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$Password$ctl").Set DataTable("Password",1) Browser("").Page("").Frame("Frame").Link("Login").Cli ck CurrentRow=CurrentRow+1 Loop Until CurrentRow>Rowcount Can anyone help? Thanks, Priya
What phases are involved in testing an application in qtp?
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
I would like to do some certifications in QTP. please suggese what kind of certifications can i do. I am currently put up at chennai. So please suggest some reputed centres where these courses are offered.
What does VBS file contain...??? what is VBS file.. ???