What is the difference between Accessibility Checkpoint and
Bitmap Checkpoint in QTP?
Note: I have read it in QTP help but i dont want answer
from that.......
Accessibility check point : is used for checking whether the
page is developed according to the www(world wide
web)consortium or not.
with this check point one can conform whether the page is
accessible all over the world or not.
Bit map check point is used for checking whether the
expected pixels are available in the application or not.
this check point is generally used for checking the
company logo.
| Is This Answer Correct ? | 1 Yes | 0 No |
How to retrive the property of an object?
when to start the automation?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
somebody please say me why we go for using regular expressions,actions.what is the main and exact use of this in real time applications.real time testers pls answer my question with example if u can
Suggest and Define a solution for an application whose objects are not recognized by UFT?
how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
How to modify object property in qtp ?
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
How do you create a library file
Can I use datatable of Action1 in the Action2.
How do you done Data-Driven Testing using MS-Word. What is the script for that