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 are the different types of recording modes in qtp? Which will be used when?

0 Answers  


What are the technologies supported by qtp?

0 Answers  


Pls anyone, tell me the script in QTP to find the number of links, and images in a webpage. Verry very urgent. I shall really be very thankful

3 Answers  


What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????

0 Answers   Infotech,


Friends please let me know how id following possible in QTP: Can I apply conditional loop on a bitmap/image or any other checkpoint. Like if checkpoint passes then if or Else

2 Answers  






What is iteration?

1 Answers  


what is the extension for QTP files?

16 Answers   American Solutions,


hi, Can any body tell me whats the difference between the QTP and the Rational Robat ad the Silk Test and LOad Runner and are they used in any Company On the Major scale bcas I finnf Many comapny Using the Manual Testing Only Hence Askin the Question Hope I will get the Assitence .

1 Answers   First Europa,


w is descriptive programming

2 Answers   TCS,


Hi, How Accessibility checkpoint in QTP can be implemented in the test script?

0 Answers  


In VSS, HoW the documents send to local folder? copy paste or any other? plz explain about VSS TOOL kit?

2 Answers   Oracle,


Have you faced any problems with object repository?

0 Answers  


Categories