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 |
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
Hi frnds, for ex.. we got a job in wipro, they will give me one mail id.. "Rameshkumar@wipro.com", where to open this mail id..in which sw ? or outlook?
How the exception handling can be done using quicktest professional?
Can anybody give the script of below things. 1. Add sheet 2. Adding columns 3. Set the values in that columns(In the rows) 4. Close the sheet 5. How can we create 3 sheets in one Excel sheet??
Through array we can execute the testcase how ? give me example
how can i parameterize a login page by using database parameterization i fetch the username and password from database and put this on login page and click on ok button. so how can we write script for that code please let me know asap thanks
how can i replace any text from the qtp script with some anothere text
How to manage a drag drop event in the qtp
how will load the object during runtime?
What is the virtual object?
What are the abbreviations for tsr and mtr?
17 Answers Ordain Solutions, TSR,
What are the recording modes in qtp?