How to do the Mouse Operations in QTP.
How to aacess an Image in a web application to save it on
my desktop.
To my Knwoledge that can be done by mouse right click on
the Image and selecting 'Save the Image'option.
Or Is there any alternate way to do this..
Answer Posted / alka
you can record mouse operation using analog recording
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How will you declare a variable in qtp?
Explain the types of object repository?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
How to use descriptive programming?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
What is the file extension of the code file and object repository file in QTP?
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
We stored into the objects OR and then write the scripting
How does quicktest professional identifies the object in the application?
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.