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



How do u write regular expression for a window name which is changing for each build ? i.e. in fi..

Answer / venkatabala

Right answer is :computer graphics.*
It works perfectly

Is This Answer Correct ?    2 Yes 0 No

How do u write regular expression for a window name which is changing for each build ? i.e. in fi..

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

How do u write regular expression for a window name which is changing for each build ? i.e. in fi..

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 do u write regular expression for a window name which is changing for each build ? i.e. in fi..

Answer / sandipgami84

computer graphics.*

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

What is Virtual Users?

1 Answers   Crea,


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?

0 Answers  


How do we Access, retriew and edit the runtime objects in Automation Testing using QTP

3 Answers   IBM,


what are the different kinds of frameworks in automation?

1 Answers   Accenture,


IF we use batch testing.the result shown for last action only.in that how can i get result for every action.

2 Answers  


Suppose U change the script whether it affect the object properties of the object in the object repository

4 Answers   IBM,


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.

1 Answers  


Explain the benefits of quick test pro(qtp)?

0 Answers  


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.......

2 Answers   Vertex,


What are the Features & Benefits of Quick Test Pro (QTP)..?

5 Answers  


What kind of errors can b handled in QTP in real time scenario?

2 Answers   AZTEC,


How to capture data from images in QTP and produce them in Excel sheet ?

4 Answers   iFlex, QA InfoTech,


Categories