What r steps to migrate from Manual testing to QTP?(IN BOTH
WEB BASED AND WINDOWS APP)
Answer / raju
for example 100 Test cases are avaible
in the same test cases we will identifed which test cases
are need to be retest & regression testing.
afterthat we will go for those test cases to be automated.
afterthat we will provide the script through QTP
raju
| Is This Answer Correct ? | 3 Yes | 0 No |
in qtp wha t is synchronisatin pt,what is the maximam time out
I need your help in the below topic using QTP Automation tool. How to automate the right click of mouse on a context menu? 1)Tried low level recording which is working fine but making use of co-ordinates. 2) Also tried changing the mouse settings and properties using Tools ->WebEvent RecordingConfiguration and created a configuration file with required mouse click events and used which did not work.
what properties do use to identify a browser and page while using descriptive programming?
How we can merge the object repositories?say if we have two or three object repositories then how e can merge them? is there any option in Qtp to merge the object repositories
How u connect bugzilla with QTP
1 Answers Deloitte, TCS, Wipro,
What is keyword view and Expert view in QTP?
What does ".mst" stands for? (abc.mst)
How to use reporter.report event in qtp ?
one page contain next button.when we enter that its not going to next page.what type of error that one.
how to find that tools work well with your existing system?
in my database haveing 3X3 (manas having 3 rows 3 colums) i want to test only (2nd row 3colum) bit how to test either script or any automation plz explain? (Chandana)
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression