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
Answer Posted / 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 |
Post New Answer View All Answers
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
Why we load add-ins in qtp?
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
How the exception handling can be done using quicktest professional?
Which environments does qtp support?
what is the difference between IE & Netscape in web testing on a log in page
Hi, how can we check or avoid the memory leakage in QTP9.2?
How to record application running on the Virtual machine?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
How to create scenario selector
How to use reporter.report event in qtp ?
what is defenetion of kiran can u tell me plz CVS, SVN
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..