Sometimes people assume that automation will replace the manual testing/resource in the organization. Manual testing cannot be replaced with the Automation. Automation cannot be implemented to 100%. The tool itself will have certain limitations like the memory management, multiple operating environments and hardware configurations, etc. But the fact is that Automation Testing is the best way to increase the effectiveness, efficiency and coverage of our software testing.
Monday, 12 August 2013
How can I be a better tester?
Everyone is wondering 'How can I be a better tester' (or at least you should be). I request read this article.
http://www.ebaytechblog.com/2013/01/31/becoming-a-world-class-tester/
http://www.ebaytechblog.com/2013/01/31/becoming-a-world-class-tester/
Few secret methods of QTP objects
All QTP test objects have these five methods in common:
- Highlight – Highlights the object, much like the highlight feature in the object-repository.
- ToString – Returns a string representation of the object. Usually it’s just the name.
- Init – As described here, re-links the test-object to the runtime object. Especially useful in a web environment, after a page refresh. It works like method .RefreshObject
- MakeObjVisible - QTP sometimes throws error while acting upon an object which is not visible or not in focus. So to overcome such type of errors, we can use “.MakeObjVisible” method.
Subscribe to:
Posts (Atom)