do you write test case for smoke testing?If not why?
Answer Posted / mudaseer
No we don't write test case for smoke testing because
we have already written test cases for functional,integration
and system testing.
we select positive test cases already written for
functional,integration and system testing and we test the
application.this is known as smoke testing.whenever we get a
build by default we do smoke testing.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
what is TAS language which is used as a language for some projects/
Name three reasons why the tester may choose to record in Context Sensitive mode.
user id @ yahoo.com (or) yahoo.co.in (or) gmail.com.... etc
Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.
Please anyone give answers for all below questions and help ? realtimers please and please share your knowledge.lot of questions left unanswered.
write test condition for testing SMS service of a mobile phone maximun length is 100 character while sending and 80 character for receiving write test scenarios do not write test cases
How do you scope out the size of the testing effort?
HI. ANYONE HAS ATTENDED INTERVIEW FOR TESTING IN MINDKRAFT GLOBAL. I HAVE WRITTEN TEST FOR SOFTWARE TESTING. CAN ANYONE TELL ME WHAT ALL QUESTIONS CANBE ASKED. PLS REPLY. THANK YOU
How to test the search functionality.For example in naukri advance search is there.how ca i test that page.
can any one explain me briefly erp pharma project including all modules,like how to tell this project in interview in terms of s/w testing
Can you explain a pair-wise defect?
Give me an example of something you tried at work but did not work out so you had to go at things another way.
through which phases a software ttester need to pass like as a junnior test engineer,team lead,project lead,etc.? which is the final stage of your promotion and how will u achieve?
what type of testing techniques are using after accept the build?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }