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 may types of defects identify application or your currently working application?pls give me answer..
How to find the difference between 2 dates in qtp?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
What are the methods used in UFT to handle exceptions or run-time errors?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
what is the difference between development and testing
What are the Disadvantages of shared object repository?
Why to use descriptive programming?
Explain features of the latest version of qtp/ uft 12.1?
How to create runtime property for an object?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
when a test case is written how u test using qtp
Explain about the test fusion report of quicktest professional (qtp)?
What is Unicode Compatibility?