Where is the Bitmap checkpoint information stored?
Answer / Shobhit Rastogi
In QuickTest Professional (QTP), bitmap checkpoints store images of the application under test (AUT) at a specific point in time. The actual image files are saved as `.bmp` or `.jpeg` files within the QTP project folder, specifically in the `workspaceCheckPoints` directory.
| Is This Answer Correct ? | 0 Yes | 0 No |
A web Page has a webtable with four columns and four rows. The first column is of ID and has values of 100,100A,A100,100y Find out the number of rows whose ID starts with 100. Similarly the last column is 'number of links'. Each row in the last column has values like link1,link2,link3 etc Find out the number of links where id is 100
Hi, Can any body please tell me how to create framework in qtp & where i can get some material to learn about it. regards, rahulT
What is the extension of script and object repositary files?
how to check URL using QTP? write vb script with descriptive programm only?
How can we count the no of rows are available in a data table ?
Thanks Rag... One more question, How we test the dynamic images which frequently changed?Using the bitmap checkpoint r any other options available.... Can u give the steps pls... Thanks
how do you do database testing in qtp
What are the different types of action?
Hi,can anyone tell me How to found the number of 1's and 2's in the given format 1,1,2,2,3,3,4,2 using vbscript Thanks in advance
If an application name is changes frequently i.e while recording it has name "Window1" and then while running its "Windows2" in this case how does QTP handles?
In one of the scripts the pwd in the DT was encripted. Can any one tell me how to I decript or undo the same?
how to insert QTP to display errors and other description in the test results instead of halting execution by throwing error in the mid of executin due to an error (for object not found)?