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 InStr()
How many types of run modes are there in qtp?
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
For Data-Driven testing can you use micro soft word document instead of using Datatable what is your approach?
Write a script to verify font style and color of a windows object using descriptive programming
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
what is the main use of reviews
What are the features and benefits of Quick Test Pro(QTP)?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
how i can get the value of label box , please any body tell me script of that code
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
What is output value in QTP? Why do we use the output value in QTP?How many types of output values are there in QTP? what are their respective usage in QTP?