Entries Tagged 'Testing Interview questions' ↓
October 1st, 2007 — Testing Interview questions
If you are preparing for CSTE testing certification exam or thinking to give the exam in coming days then this question series will help you for preparation. Here I have included some questions from CSTE objective type question papers.
The software testing/Quality assurance professionals can also take this exam to test their testing knowledge.
Continue reading →
September 1st, 2007 — Testing Interview questions, software testing links
Here is digg into some interesting posts on Software Testing Help. Hope you will enjoy it:
- Difference Between Client server and Web application testing: The most frequently asked software testing interview question. What is difference between Desktop, Client-server and web application testing? I have shortly addressed this question here.
- Some interesting Software Testing Interview Questions: Here I addressed three basic questions like What is the most challenging situation in your testing career? What if one module is modified in application, Is it necessary to test whole application? How to test application without specifications?
- How to improve Testers performance? You can find here answer to What measures can company should take to improve testers performance as for some companies its not possible to hire required number of testers. Here you can also find a interesting debate in me and Pradeep S.
- Will Automation Testing tool make your testing easier? Some ins and outs of Automation. Be sure to think these points before going for your project Automation.
So after taking decision for Automation you will not be in trouble.
- Why does software have bugs? A million Dollar question! The broad list of reasons like miscommunication, Software complexity, Changing requirements, programming errors and people egos which introduces common bugs. See some of the man introduced reasons and machine oriented bug reasons here.
- What if there isn’t time for thorough testing? Find out some tips to complete testing in time if you don’t have time for detail testing. Points to be considered when you are in such dilemma of what to test first?
- How to test complete Application? SQA processes to be followed in testing life cycle. And guide on how to test complete application right from the requirement gathering to last step post release maintenance?

August 29th, 2007 — Quality assurance, Types of testing, Testing Tips and resources, Testing Interview questions, Automation Testing
What is Regression Software Testing?
Regression means retesting the unchanged parts of the application. Test cases are re-executed in order to check whether previous functionality of application is working fine and new changes have not introduced any new bugs.
This is the method of verification. Verifying that the bugs are fixed and the newly added feature have not created in problem in previous working version of software.
Continue reading →
August 19th, 2007 — Winrunner, Testing Interview questions, Automation Testing
This is part of Winrunner Interview question series post. I have previously wrote posts on some Basic Winrunner FAQ’s part-1 and Winrunner basics part-2.
These are some important winrunner interview questions frequently asked in automation testing interview. If you are unclear of any answer ask me for clarification. I will continue this winrunner tutorials posting series on weekends as a testing interview preparation series for you.
Continue reading →
August 9th, 2007 — Types of testing, Testing Tips and resources, Testing Interview questions
I have covered what is White box Testing in previous article. Here I will concentrate on Black box testing. BBT advantages, disadvantages and and How Black box testing is performed i.e the black box testing techniques.
Black box testing treats the system as a “black-box”, so it doesn’t explicitly use Knowledge of the internal structure or code. Or in other words the Test engineer need not know the internal working of the “Black box” or application.
Continue reading →
August 7th, 2007 — Testing Skill Improvement, Testing Interview questions, Basics of Software testing
What is White Box Testing?
White box testing (WBT) is also called Structural or Glass box testing.
White box testing involves looking at the structure of the code. When you know the internal structure of a product, tests can be conducted to ensure that the internal operations performed according to the specification. And all internal components have been adequately exercised.
Continue reading →