What is the Diff between Image check-point and Bit map
Check point?
Answer Posted / suneel
checkpoint means :-it is defined as validation point or
test point which checks the object state or bit map stste
or data state during the excution at any point of time
bitmap:-it is used for checking the bitmaps
image:-it is used for checking the properties of an image
it is web based check point
it is also hidden check point
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Does quicktest professional (qtp) is unicode compatible?
what is vmodel?advantages and disadvantages of vmodel?
Explain how you can delete excel file in qtp?
What is the difference between keyword view and expert view?
What is qtp window?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
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
Where is the Bitmap checkpoint information stored?
What is environment variable in qtp and why to use it?
Why to use descriptive programming?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
What are the views available in quicktest professional (qtp)?
How many types of recording modes are there?