For Data-Driven testing can you use micro soft word document
instead of using Datatable what is your approach?
No Answer is Posted For this Question
Be the First to Post Answer
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
What is Virtual Users?
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
Write a function which returns the addition of two numbers. give the value of the numbers outside the function.
How can you connect the database with QTP?
Explain how you can replace string in qtp?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
Which Databases supports for QTP?
How to export data present in Datatable to an ".xls" file?
what is object spy
How to see the screens after running test in QTP?
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)