anyone can explain about "Smart Identification" in QTP.
what is the use of "Smart Identification" ???
Answer / jay prakash
When you run a test, QTP searches for an object based on
the description it lerned (Object Repositry). If QTP cannot
find anyobject that matches the desription it learnt than
it uses Smart Identification.
Smart Identification feature tries to find a unique set of
properties to identify an object. This is normally required
in tests that you create for web based applications.
Please let me know if it satisfies you.
| Is This Answer Correct ? | 3 Yes | 1 No |
I am verifying the actual vs the input value to make sure that they been entered correctly. In the Global Sheet I have a column called Customer with the multiple names in each row and now I am trying to capture the value during runtime under the column name Customer_in_Apps. Somewhat it works but during runtime the values are being stored in each column vs each row i.e., Customer_in_Apps, Customer_in_Apps1. Automatically it add columns instead of rows. row=datatable.getsheet("Global").GetRowCount for x=1 to row datatable.getsheet("Global").SetCurrentRow(x) Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Val1=Datatable.Value("Customer",dtGlobalSheet) Val2 = Datatable.GlobalSheet.AddParameter("Customer_in _Apps",runtimevalue) If (trim(Val2)=trim(Val1)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &_Val2 else Reporter.ReportEvent micFail, "Customer validation unsuccessful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &Val2 End If Next
what r the executing modes in QTP
What is quick test pro?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
How can I generate customized logs in QTP ?
what will be there in keyword view and expert view?
Both static and dynamic arrays are handled by the vb script. Is it true?
how to click the link in webpage by using QTP Script????????
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
how to write the descriptive programming in QTP for loginwindow.without using Step generator,object repository for referecnes
please send detail navigation for merging of object ripositories in QTP 8.2
3 Answers Infosys, Ordain Solutions,
How we can import data from database?