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 the current version of QTP and now it is the product of Mercury or HP

12 Answers   TCS,


Hi All, How to Compare two strings character by character in QTP

0 Answers  


what is risks of testing a project?

5 Answers   AppLabs,


What is the extension of the recovery scenario file in qtp?

0 Answers  


What is post recovery scenario?

0 Answers  


Explain quicktest professional (qtp) testing process?

0 Answers  


what is Unicode Compatibility ? HOw does this makes a diffrence from Winrunner.?

2 Answers  


Explain the types of properties that quick test learns while recording?

0 Answers  


How did you use regular expressions in QTP and also in WR?

0 Answers  


Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.

0 Answers   Fiserv,


banking project description for software tester

0 Answers   Semantic Space,


What are the ordinal identifiers in web page?

0 Answers  


Categories