Latest Answer : Assign the value of the checkpoint result to a variable. Chek the variable and if it is true, Use ExitTest to exit the testResult=Browser(...).Page(...).CHeck(Checkpoint())If Result thenExitTestEnd if ...
Latest Answer : Bitmap check points are saved alog with the Actions script ...
How to add a failure from a VBscript function to the results. how can I implement the functionality of checkpoint functionality from by VBScript. For Ex: I want to record a failure if some calculations evaluate to false.
Latest Answer : the syntax of Database Check point isDbTable.check checkpoint("DbTable")DbTable is nothing but Data Table which contains all info.regarding databaseRegardsNag ...
Where is the bitmap checkpoint information saved? a) In Temporary folder b) In resource.mtr under action folder c) In the Script.mts folder under the action folder d) In the checkpoint.usr file
Latest Answer : In Current version 9(just released) it is possible.but not in previous versionsis not possible.sudhakar kolla,My email:kollasudhakar2005@yahoo.co.in.My number:09819859346 ...
I need some coding help:I have a section of my application that looks up legal case numbers. So for example, I type 04TR000001 as my case number click GO and it will open the appropriate case.I have a data sheet with a parameter CASENUM and it has about 50 case numbers I now need to be able to verify the right case has opened. There is a bunch of case header information that comes up when a case is opened. It includes for example: --------------------------------------------------------------------LAKE
I have faced one question in interviewhe has given one screen with one bitmap and one edit box.The original bitmap is in data base.Question is first we get the bitmap from database and compare with the screen bitmapHow we can get the bitmap from database.
Latest Answer : Check point declaration is basically compare two values and give the result..Suppose For Standard checkpoint I have given Text for username should be Leena,so if any other text appers in that feild ,suppose mona appered in that feild then checkpoint fails ...
How do I use text checkpoint in QTP as everytime I use this checkpoint in the excel sheet and highlight the text I want to check, the results will always display fail even tough the string can be found in the excel sheet.