How to analyzing the checpoint results?
No Answer is Posted For this Question
Be the First to Post Answer
How to findout the number of spaces with in STRING For Ex : STRING is " RAJ IS A SOFTWARE ENGINEER " Please send me the answer
Tell me one scenario, the complex functionality you have automated in your project?
How to load a object repository in QTP during runtime?
2 Answers BNP Paribas, Virtusa,
How to attach a file to TD?
Explain runtime dynamic settings?
What is Maximum synchronization time out in QTP(By Default is 20sec). Anybody can answer it. Thanks in advance.
hi i am new to qtp i need to run all files by a batch what is the procedure and what are following actions to be take?
How to define array in qtp?
How many types of parameters are there?
what is advantage of descripting programming in QTP?
How to convert QTP's ObjectRepository.mdb file to xml file
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)