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 |
What is Virtual Users?
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
How do we Access, retriew and edit the runtime objects in Automation Testing using QTP
what are the different kinds of frameworks in automation?
IF we use batch testing.the result shown for last action only.in that how can i get result for every action.
Suppose U change the script whether it affect the object properties of the object in the object repository
Take a situation when you are working with QTP, suddenly system has crashed.so you again start the system. My questyion is how can QTP directly opened when the system desktop appears.
Explain the benefits of quick test pro(qtp)?
hai, i am doing QTP by own. So, i am confident in checkpts,synchronization, data driven test, recovery scenarioe manager etc. but actually i don't know how all these we wil implement while we r writting code manually. when we r doing practice, while recording code is automatically generated but in real time i heard that we have to write the script.But i don't know how it is? How to write descriptive prog.? plz. tel me what r the basic things we have to know? explain how to write descriptive prog.? explain me with an example pls.......
What are the Features & Benefits of Quick Test Pro (QTP)..?
What kind of errors can b handled in QTP in real time scenario?
How to capture data from images in QTP and produce them in Excel sheet ?