write a regular expression pattern for xyz?123?
Answer / nagaveni n
case 1: xyz?123? - if xyz is varying then
regular expression pattern would be
Re = .*\?123\?
Case 2: xyz?123? - if 123 is varying then
regular expression patter would be
RE = xyz\?[0-9]*\?
| Is This Answer Correct ? | 6 Yes | 0 No |
What are metrics and matrix?
My company has recently started using Ajax for building UI and QTP is nor recognizing the drop down list for selection.It recognises it as a general Web Element or Web Table. I have added individual selections from the drop down as web Table. It works as long as the page is not refreshed. I need some help and inputs as to how to make QTP recognise a drop down list for selection. Any help will be appreciated.
What is a runtime datatable ?
what is On Error Resume Next ?
Hello Everybody, Can anyone tell me that in QTP how to count the number of webelements from the object repository. Please provide the code. Thanks in advance, Gaytri
How do we do DOM programming in QTP.Could you explain with an example. If possible please provide some material or link related to DOM Programming.
what is the frame work your using in automation ?
Explain about invoking of application?
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop (i.e. I first connect to remote desktop from my machine in order to run the application). I am able to record the script successfully with QTP running on my machine and application running on remote. However, when i run the recorded script, system fails to run it and indicates me that it does not identify the object. Is it possible to record and play while QTP and AUT are not on same machine?
Maximum synchronizing time out in QTP
How to execute the test cases using QTP. i.e What is the use of QTP while execution
What is recovery scenario in qtp?