What is the registration process and examination fees?
No Answer is Posted For this Question
Be the First to Post Answer
Explain different types of checkpoints?
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
How to use Environment parameterization in QTP? Explain with an example.
What is the main difference between desriptive programming and generic functions
Can we directly start working with QTP without any knowledge on WinRunner? (After getting trsining on QTP)
Whether qtp 9.0 supports Test director8.0
How to resume the second iteration in the QTP,, if the error has intrupted the the second iteration. When i use run from step it starting from the first iteration again.
difference between do while and do until ?
How do you test DLL files using automation Tool QTP?
Explain the Different types of QTP test assets and their extensions?
How can I import environment from a file on disk?
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)