Hello Everyone,
I have a problem.
QTP is capturing no action on a particular page in the
application that I am trying to automate. But on the same
side its working fine on other pages of the same application.
Can someone please help me understand the reason behind this
inconsistency.
Answer / deepak
Hey try using only necessary add-ins and remove rest of
them.If its a web application keep only VB and Web addins
and then try.Sometimes it happens if the page is having
large amount of data.
| Is This Answer Correct ? | 0 Yes | 1 No |
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm? I used the add fn also..
How to check feasibility of the appliction?in automation testing?
What is All object and Local object in Object Repositary? Explain me please.
Please tell me the steps to record the test in Analog recording mode in QTP version 9.2???
What is the extension of script and object repository files in QTP?
How QA specialist can identify when programmatic descriptions are useful?
This is the script generated by qtp plz can anyone write the same script using descriptive programming plzzzz guys do answer. Browser("orkut - login").Page("orkut - login").WebEdit ("Email").Set "rgovard" Browser("orkut - login").Page("orkut - login").WebEdit ("Passwd").SetSecure "47525d8be4926ea2f6e96b9a3f7472b6ae38" Browser("orkut - login").Page("orkut - login").WebButton ("Sign in").Click Browser("orkut - login").Page("orkut - home").Link ("Logout").Click Browser("orkut - login").Page("orkut - login").Sync Browser("orkut - login").Close
what are the challenges do we face while testing webbased applcations using the automation tool QTP or any?
i'm using QTP 8.2. A person using QTP 9.0 sends me a QTP TestScript, same when i try to open , an error comes "unexpected file format". Why?? and how to resolve the problem??
How to export quicktest professional (qtp) results to an .xls file?
Hi,All How to create a link in excel sheet using qtp
how to capture tool tip in QTP and which check point is needed