What is the use of defining a newobject in the object
repository "Define New TestOject".
How to use this further.
If we define new testobject, how can it recognizes the
objects properties of any application.
No Answer is Posted For this Question
Be the First to Post Answer
What is the exact difference bet function and action in QTP Anybody can explain it in detail..Thanks in advance..
how to pass parameters from one action to another using output parameters I am not calling action 2 from action 1, they are being called individually I need syntax please .. Requirement: Action 1 customer = Browser(" ").Page(" ").Link(" ").GetROProperty("value") I want to use the value stored in customer in Action 2 I do not want to use any of these actions as re-usable actions
When to use Descriptive programing?
How to export data present in Datatable to an ".xls" file?
How exactly you start scripting in QTP? In the interview he was not satisfied with my answer.Please post what is correct answer.
one page contain next button.when we enter that its not going to next page.what type of error that one.
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
How to call script1 into script2?
Which version of QTP is using by companies nowadays?
how will u choose a tool for test automation ?
We have an application which generates links( more than thousand) based on the time stamp dynmically.Each link will download an xls file. we are supposed to click a particular link (which link to click will be obtained thru some buisiness logic).Now the issue is QTP is not recogniging the link(say Var1) though its properties showed mandatory fields text=xyz and html tag=A.I used following code to do this. Browser("ABC").Page("123").Link("text:=" &Var1,"html tag:=A").click, can any one suggest why this is not recognised by QTP though syntax is correct?(Is there any sync issue to be considered?Because on clicking the link it will take 5 mins to open that file)
does qtp runs on internet explorer 7.0