what is difference between Mandatrary proparties and
Assistive proparties? Explain
Answer Posted / vengalrao
mandotory properties identify the objects in at a time same
like working in assistive properties one main differnce is
mandotory properties is stored the data in object
repository with showing the property list and values , but
assistive property stored the data in secret place.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to open a new test using quicktest professional (qtp)?
If I change the property value at runtime is it effect is object repository?
how to test load test and block box testing an a web based application pls give ans briefly
Discuss quicktest professional environment?
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
How to change the priorities of the recovery scenario properties?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
What is qtpro? What is a quick test professional?
In Remote acess server how u run a test?
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
How the smart identification is used in real time?Please explain with an example
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What is checkpoint in qtp?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
How to create scenario selector