Strategy Statement:
Just as no interviewee is perfect, no person is blameless. The employer needs to get a sense that you are not above blame and ar ...
Search results for testing
What Discriminatory Practices Are Prohibited by Title VII, the ADA, GINA, and the ADEA Laws?
Posted by Job-Interview (http://www.eeoc.gov)
It is illegal to discriminate in any aspect of employment, including:
- hiring and firing;
- compensation, assignment, or classification of employee ...
Answer:
SDLC (Software Development Life Cycle) is the process of developing software through business needs, analysis, design, implementation and m ...
What is a Test Plan?
Posted by Job-Interview
Answer:
A Test Plan is a document that describes the scope, approach, resources, and schedule of intended testing activities. It identifies test ite ...
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
Repository pattern is usefult for decoupling entity operations form presentation, which allows easy mocking and unit testing.
“The Repository will ...
What is DSAT?
Posted by Microsoft-Interview
As with many acronyms DSAT can mean multiple things depending on context. But in testing it offten stands for "DisSATisfaction".
In that ...
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 ...