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 meant by virtual obj and Y do v need virtual obj configuration.

4 Answers  


Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...

0 Answers  


How to run a script from lines 50 - 100 alone (if the script has 1- 200 lines of code)?

6 Answers  


how to prepared for first for the first interview?

0 Answers   Collabera,


How to take screen shot of desktop by using vb script code or is there any method?

1 Answers  






How many types of recording modes in qtp? Which will be used when?

0 Answers  


How can I pass values from one action to another in QTP ?

8 Answers   Ordain Solutions,


what is check point?

2 Answers  


Hi guys can any plz help me how to send fax in sample Flight Appication

1 Answers  


What is output value?

3 Answers  


How to connect to data base?

2 Answers  


Object recognition in QTP is based on which model ? a) COM b) DCOM c) DOM d) None of the above

2 Answers   Ordain Solutions,


Categories