When should u feel that u can stop testing now?
Answer Posted / krishna
Once Exit criteria met, we will verify there isno severity1
& 2 issues, may be we may have severity 3 & 4 defects
these things we will menction in clousure reports
before moving to next level of testing development have to
give the fixes for the respective defects
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how much it is necessary that if u r a sqa engineer then ur programming should be strong or either u have only concepts of it but u r not a good programmer.If the person is not a good programmer then do they are able to make their carrer in this field of qa and do it has good scope for them being not a good programmer?
What is change request?
What are the challenges you faced related to production environment bug?
How do you decide you have tested enough?
Have you ever worked with QA in developing test tools? Explain the participation Development should have with QA in leveraging such test tools for QA use.
What are basic, core, practises for a QA specialist?
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please
When do you think qa activities should start?
What is the role of qa in a project development?
What is negative testing? How is it different from positive testing?
What are the functions of the Quality Assurance Group (QAG)?
What is automated software quality (asq)?
is possible smart identification through descriptive Programing
What actually a SQA Tester do in His/ Her first (entry level) Job?
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username