what is the difference between image and bitmap check point
Answer Posted / ravichandranath
Image checkpoint : by using image check point we can use
path of the image and source it's using only for webtest
bitmap check point : by using this we can check versions
vairations, and particular image before and after.
if any thing wrong then pls tell me...........
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How would you export a script from one pc to another in qtp?
what is the difference between data driver & data driven and driver script?
What is object repository in qtp?
How is a Step generator used in UFT?
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
Is QTP supports Unix. If yes, then how the test automation is done?
How many types of actions are there in quicktest professional (qtp)?
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
When should I use smart identification?
What are the methods of the TextStream object that are used for reading from a text file?
why you have standardized functions? plzzz guys with real time exp. do answer
What is keyword view in qtp?
can u please explain what is the exact difference between qtp8.2 and 9.0
Tell some commonly used Excel VBA functions?