Out of 3 recording modes. 1.Standard 2.Analog 3.Low-level,
which one is commonly used. As per my knowledge, Analog is
used for Graphs , barcoding or DIgital signatures.
No Answer is Posted For this Question
Be the First to Post Answer
How do you perform testing on web based application using qtp 9.2?
how qtp identifies objects of application.
Hi, I want to retrieve the cell data in the WebTable. For that I have defined a new test object under the browser and have given html tag and text as the test object properties. But while I try to identify it it says 'Object description is not unique'. I tried adding innerhtml, outerhtml, innertext and outertext along with the ordinal identifiers; but no use. What more properties need to be added to identify it? Also I want to enable smart identification for this object but the field is disabled in the object repository for this object alone(In QTP tools->object identification the enable smart identification checkbox is enabled). How do I enable it?
What is the main disadvantage of using low level and Analog modes?
In ordinal identifier there r 3 options available. Which one will be enabled first when ordinal identifier is invoked.
dears, I have one question for QTP.If my software is english and defined objects is english name. But, if my software has support MUI, under this case that my objects in the QTP can't work, because the QTP can't catch the objects name. In this case, is anybody know how to solve this problem? Thanks a lot.
how to write vbscript on web applications in qtp. explian with one example?
What is the difference between QTP 8.2 and QTP 9.2 ?
can u please explain what is the exact difference between qtp8.2 and 9.0
what are the metrics in general we use in testing.
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4}) in this regular expression year 0000 also accepted.I need atleast any one single digit must be nonzero value (like 0009,1000,0034)