How do u write regular expression for a window name which
is changing for each build ? i.e. in first build the window
name is : "computer graphics are very ...." . in second
build the window name is : "computer graphics can be
created" . - Appreciate proper replies
Answers were Sorted based on User's Feedback
Answer / venkatabala
Right answer is :computer graphics.*
It works perfectly
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / uday
I think the right answer is "computer graphics.*".
Here ?.? means any single character and ?*? means 0 or more
occurrences of preceding character. So .* means 0 or more
occurrences of any character.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / venky
.* is not working for window changing its name completely for
example "abc" to "xyz" in next build. suggest some other
solution.
| Is This Answer Correct ? | 0 Yes | 0 No |
We have a text file which contains 1 to 100 numeric values sequentially like 1 2 . . 100 Now we have to count them and transfer to XML file by writing a code in qtp.
What are the types of properties that quick test learns while recording?
What are main panes available in qtp test browser?
how many wayes we do the parameterization?
Explain the concept of object repository?
By default Action1 runs first in QTP. Is it possible to start the run with Action2?
Hi friends, I have heard that it is required to have an application hosted in the same machine where we use QTP. Otherwise QTP may identify the objects incorrectly. Please clear me is it true.
What is wrong in my code?
Explain about Test Fusion Report of QTP?
How to check the value for variables during run time. Pls anybody can give the answer.. Thanks in advance...
We have opened three browser such as Facebook,Gmail,Amazon,I want to generate the script of Login of Amazon application, but while adding the object such as edit box(user id,password) in OR is not added.Could you please resolve my issue
Can Any One Write How to Write the Script for Child Objects