Thursday, August 20, 2009
How to Report/Log a bug?
Bug Status Explained
Interview Questions: Database Testing
Hello Friends, I'm posting some most frequently asked Interview Questions on Database Testing. Now a days its been very common in most of interviews asking on Database concepts. I hope this helps someone looking out for. All the best for your interview. Thanks for reading.
http://www.scribd.com/doc/7151722/Database-Testing-Interview-Questions
Sunday, August 9, 2009
ISTQB Foundation Level Certification Syllabus
Hello Friends, here comes spotlight on certification . One of the preferred certification by employers is ISTQB Foundation Level. Below is the syllabus for the same. Very soon I'm posting some ISTQB Exam Dumps along with some reference material. And also will post some more information about ISTQB Advanced Level Certification.
Saturday, August 8, 2009
QTP Topics to Practise
How to Prepare for Software Testing Interview
Hello Friends, Welcome to the most awaiting part in how to face a Software Testing Interview. I got some useful tips which i came across Internet. This is not my own creation, so all credit goes to the original content creator. Please drop in your suggestions and comments in what you need , so will try to get the stuff posted in here. Thanks for visiting my blog and please bookmark for updates using "Subscribe to Posts" from Home Page.
Please come back again to check here for more updates. This is just the beginning of our journey. More to come....
Download Interview Tips: Here
Friday, August 7, 2009
Effective GUI Testing Automation: Developing an Automated GUI Testing Tool
Description:
Have you tried using an "Automated" GUI Testing Tool, only to find that you spent most of your time configuring, adjusting, and directing it ? This book presents a sensible and highly effective alternative: it teaches you to build and use your own truly automated tool. The procedure you'll learn is suitable for virtually and development environment, and the tool allows you to store your test data and verification standard separately, so you can build it once and use it for other GUI's. Most, if not all, of your work can be done without test scripts, collect test data, and generate test cases. You'll spend virtually none of your time playing with the tool or application under test.
Code-intensive examples support all of the book's instruction, which includes these key topics:
* Building a C# API text viewer
* Building a test monkey
* Developing an XML viewer using xPath and other XML-related classes
* Building complex, serializable classes for GUI test verification
* Automatically testing executable GUI applications and user-defined GUI controls
* Testing managed (.NET) and unmanaged GUI applications
* Automatically testing different GUI controls, including Label, TextBox, Button, CheckBox, RadioButton, Menu
* Verifying test results
Effective GUI Test Automation is the perfect complement to Li and Wu's previous book, Effective Software Test Automation: Developing an Automated Software Testing Tool. Together, they provide programmers, testers, designers, and managers with a complete and cohesive way to create a smoother, swifter development process—and, as a result, software that is as bug-free as possible.
Download: Click Here
Best Reference Book On Software Testing
Description:
Wednesday, August 5, 2009
10 Rules for Quality Testing
Remember these ten rules and I am sure you will definitely gain very good testing skill.
1. Test early and test often.
2. Integrate the application development and testing life cycles.Also know as V-Model. You’ll get better results and you won’t have to mediate between two armed camps in your IT shop.
3. Formalize a testing methodology; you’ll test everything the same way and you’ll get uniform results.
4. Develop a comprehensive test plan; it forms the basis for the testing methodology.(Sometimes it is prepared by Test leader, just follow it under his guidance).
5. Use both static and dynamic testing.
6. Define your expected results with possible sets of data.
7. Understand the business concept behind the application. You’ll write a better application and better testing scripts.Try to have discussion with clients and request them to explain you there business process.
8. Use multiple levels and types of testing (regression, systems, integration, stress and load).
9. Review and inspect the work on periodical basis, it will lower costs.
10. Don’t let your programmers check their own work; they’ll miss their own errors.