any challange that faced in your project? (please give me
some examples in your project?
Answer / prasanth
There will be so many challenges that we face in the
project. I will give you some of them.
1. We had to identify the test case that can be automated.
2. The automation test plan should be designed by the
automation engineer.
3. some times we face a problem with obsolute path and
relative path in QTP working folder.
4. some objects in the object repository will be changed by
the client after the complete design of the scripts in the
QTP.
| Is This Answer Correct ? | 2 Yes | 0 No |
How do you create regression test packs?
If we are record a same web page for 2 times.1st time it is showing 6 objects in the Object Repository and for the 2nd time it is showing like 7 Objects in the Object Repository why it is happening
Explain QTP Testing process ?
Have you worked with QC?
str="QTP AUTOMATION TESTING" here how many T are there in the str finally i want to display the T
How will you test a keyboard?
what is the syntax for regular expression in QTP? how to create user defined functions in QTP?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4}) in this regular expression year 0000 also accepted.I need atleast any one single digit must be nonzero value (like 0009,1000,0034)
Can you write User defined function for WebEdit ? Note1: This function can be used for all web edits in all pages Note2: Don't use Child objects method
How i can change shared repository to per test repository in qtp
Greetings friends , Hope all of you are doing well. When I run a test, is it possible for me to for me to take each row from the data table , once at a time. In other words,if i have 10 rows in the global data table, say data1,data2, data 3...and so on up to data10. Can I have the value of data1 when I run a test, and next time when I run the same test (say next day), it should skip data1 as it has already used it and go directly to data 2 ??? Would be great if anybody can help me out know in this issue. Thanks & Regards !!