Does QTP recognize two diff browser's at a time..?if
possible how..? Is it possible run scripts on Mozilla which
are recorded on IE..?..How..?
Answer Posted / viswanath
QTP will recognize two browsers at a time with the help of
Creatio Time. We canont run the scripts on Mozilla which is
recorded on IE . we will face few issues . In that case its
better if we use DP(Descriptive Programing)
| Is This Answer Correct ? | 15 Yes | 14 No |
Post New Answer View All Answers
How to carry out bit map check points in QTP
How to write business scripts using object repository with different scenarios
How the exception handling can be done using quicktest professional (qtp)?
Does quicktest professional (qtp) is unicode compatible?
What are the 3 main stages involved in testing with qtp?
What are the differences between table and db checkpoints?
How does you test a weblink which is changing dynamically?
Have you used xml check point in your project? How?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
could any help me please, how to work on visual foxpro application using UFT
i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
Get the count of files of similar types from a folder.
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)