what is descriptiveprograming? how to do object
identification thrugh Descriptive and is possible smart
identification or not
Answer Posted / rajasekhar
Descriptive Programming:
In this programming the Properties of any
Object will be described in the script itself,there is no
need to add properties of that object in the repository.
Smart Identification is not possible in
descriptive programming as the tool will not learn any of
the properties of the object(tool is not in Recording
mode).Also its very often that object will be identified
through smart Identification.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When Recovery scenario actually starts while testing the application?
Explain in brief about the quicktest professional automation object model?
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?
Have you used xml check point in your project?
What is object spy in quicktest professional?
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
what is clean sweep?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
Is it possible to call win runner script in qtp?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
can any body give the banking domain concepts/links
How to test results for qtp ?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?