Advantages of Traceability Matrix

I have worked on numerous automation testing and manual testing projects over the years and found few challenges that most testing teams face are:
• Quickly and accurately identify which test cases OR automation scripts are impacted due to changes in the application/product
• Identify which test cases are automated…

How to handle the data loss in the text box when entering text using the automation tool

I was testing an application using QTP which was developed using GWT Technology and whenever the automation tool enters the text in Control1 and moves to next control – the data entered in the Control1 is lost and also the tool losses the object instance.
We have tried lot of…

How to identify the controls when there is no unique property to identify the control using QTP

I was testing an application using QTP which was developed using GWT Technology and the controls have not been provided with any unique identifying property. For this we tried lot of options to identify the control like using the SPY and found that only property which can be used is…