If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?
Answer / varun kandpal
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? QTP handles those situations using ?Regular Expressions?. ...
| Is This Answer Correct ? | 0 Yes | 0 No |
write string reverse prog using vb script with out using string reverse statement();
When u r running a script , if u get a popup window that describing that u have received a mail to your outlook application. so to avoid the interference of the popup window , which recovery scenario(popup,object state,application hang,system crash) would u use ?
What are the advantages of Automation objects than Test Objects?
Function to convert lowercase to uppercase in QTP Pls anybody can give the answer.. Thanks in advance...
how to add a runtime parameter to a data sheet?
I installed QTP 9.5 on vista. Can someone please provide me the license key of the same. Thanks, Avi
How many number of actions possible in qtp?
write a test script in QTP to test the text that written in an image(i.e jpg)of a web page???
can anyone tell me how to search a word/line in a document and to paste it in another file? Thanks in advance.
how to test use the quality control .how to verify the image verification
What are output values and why they are used ?
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)