Answer:
SDLC (Software Development Life Cycle) is the process of developing software through business needs, analysis, design, implementation and m ...
Search results for test cases
Answer:
A Test Case is a document that describes step-by-step process how to test the application. A Test Case includes Test Case ID, Steps Descript ...
Can you explain table-driven testing?
Posted by CMaster
Answer:
Table-Driven testing (action driven testing) is an automated testing methodology which requires the development of data tables and keywords, ...
Company where asked this question: IBM, Amazon
Interviewed for position: Tester, SDET
Company where asked this question: IBM, Amazon
Interviewed for position: Tester, SDET
During this current economic crisis people are more inclined than ever to ensure they are protected against financial loss. The only surefire way to s ...
Company where asked this question: Allstate, Farmers, Geico, Progressive, State Farm, and Nationwide
Company where asked this question: Allstate, Farmers, Geico, Progressive, State Farm, and Nationwide
The interview questions is to write a function Check:
bool Check(string input, List<Parenthesis> par)
Which would check input string and re ...
Acceptance test cases can be estimated by calculating function points.
Can you explain pair-wise testing?
Posted by priyanka
To test every combinations in any system is very difficult as then there would be millions of tests to be done. Pair wise testing can reduce the numbe ...
Breaking down project among team members depends on the organization structure.
The basic roles are as follows
QA manager - Manages the Testing activ ...
