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
Answer Posted / 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 |
Post New Answer View All Answers
What is quicktest professional window?
How does qtp identify the object in the application?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.
How will you handle java tree in qtp?
how to idetfy which test cases are automated?who will deside that plz tell me
How to find the length of the string in qtp?
What is the process of synchronizing qtp and aut?
Have you faced any problems with object repository?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
When do go for loop condition in test?
Why qtp always start action1 and does not start action?
how to prepared for first for the first interview?
What is a reusable action?
Name the properties you would use for identifying a browser and page when using descriptive programming?