Answer Posted / vinay
Descriptive Programming:
Whenever QTP records any action on any object of an
application, it adds some description on how to recognize
that object to a repository of objects called object
repository. QTP cannot take action on an object until
unless its object description is in the Object Repository.
But descriptive programming provides a way to perform
action on objects which are not in Object repository
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How QTP support all types of applications (platforms)?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
Explain in brief about the quicktest professional (qtp) automation object model?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
What is the syntax to call one script from another?
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
What is expert view and keyword view?
What are the different types of action?
How does you pass optional arguments in qtp?
hi frinds i need help .i have 4 + yrs exp in testing and nearly 2 yrs exp in QTP and QC .currently iam working north fast 2 yrs iam looking for job in south is there any openings plz letme know my mail id is pbre1980@gmail.com
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
who QTP recognizes the object stored in object repository?
what is stepin & stepout?
when will you do debug your script? and explain that process?