How can you handle exceptions in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
How to connect to data base?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
Explain advantages and disadvantages kdf?
Suppose there is a bitmap with some text in it how do you write the script to get the text.
Q- what is the advantage of merging tool in QTP 9.2?
I am using "QTP 9.0" in my system, need to install java add-ins to test the java based applications, please prvide information from where i can get those java add-ins for QTP 9.0
How to find given string is palindrome or not without using strreverse() function?
How QTP identify the system time that's changes every seconds?
I am using environment variable xml to give credenatials for login into unix. Is there any way we cam mask the password in the xml?
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)
how i can get the value of label box , please any body tell me script of that code