What is the difference between Image Checkpoint and Bitmap
Checkpoint?
Answer Posted / senaka
no difference
| Is This Answer Correct ? | 0 Yes | 29 No |
Post New Answer View All Answers
How to recognise the webelement and verifying that webelement is enabled?
How many types of parameters are available in quicktest professional?
How can I use Call dlls in QTP ?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
What are the differences between table and db checkpoints?
How to handle dynamic objects in quicktest professional?
What are the methods of the TextStream object that are used for reading from a text file?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
Sql questions to find second max salary and how to use joins
How to break the object spy ?
How many types of recording modes in qtp?
How smart identification works in qtp ?
What is text/text area checkpoint?
images are dynamically changes how to compare two images with out using the bitmap