there is 3 flash player buttons does QTP identify them or
not else we have to do install anything related that
software if we have to install what is that software and
how we install it into QTP8.2 GIVE ME EXCAT ANSWER IF U
KNOW.
Answer / alok
U can resolve it through low level recording mode.
| Is This Answer Correct ? | 0 Yes | 0 No |
-->IF two TextBOxes are there in a "Form". -->A table contains some records which contains usernames & password.. -->What is the script we need to write using Descriptive programming concept...in QTP (simply DATA DRIVEN TEST SCRIPT OF QTP)?
When testing a web application, the url for each page changes, so using QTP how do u handle this scenario. If anyone knows please answer in detail about the whole procedure. Thanks a lot.
If a object property is changed in the application. where it should be updated in QTP... Pls anybody can give the answer.. Thanks in advance...
What is Curd testing?
What is output value?
how do u plan test automation?
in which case & which method we can use "native" property of an object ?
I have a list box which contains duplicate values e.g. A,A,A,B,B,B,C,C,C.Now write a code in qtp to test the list box . Scenario #1 : I have to check whether any values are there? Scenario #2 : If duplicate values are there,then how many time it is getting duplicated? Svenario #3 : how can I test presence of items in list box ommiting duplicate values?
What is a Run-Time Data Table? Where can I find and view this table?
What are the different attributes used with regular expression?
Which scripting language QTP is using?
How to call the userdefined functions to script? If i am stored 'add()' function in Library functions folder. i want to cal that function in my script.