Answer Posted / narendra
When v get a fresh build, then v should perform some smoke
testing on that build with some set of test cases. If those
are passed then the build should be accepted.
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
Suppose you find a bug in production, how would you make sure that the same bug is not introduced again?
What are the different verification techniques you know?
What are the key components of a bug report?
Differentiate ad-hoc testing and exploratory testing?
Hai Friends I am working as a Software Test Engineer in Bangalore. I am taking Classes at weekends on Testing Concepts. I will teach will all the real time examples and writing the Test cases, Document Management and also about what are all the duties of a real time Test Engineer at a company. Course Fee is very minimal and only in week ends. For who attended the class any time support through phone and job guidence. Intrested Friends mail me at vinodhanandhan@gmail.com
What is process area in cmmi?
We have one home page for a web application.It has so many components which are being tested by different teams. If one component testing get delayed but all other components testing is done, can we sign off testing for that home page? If no, what should be done?
Explain the difference between the verification and validation?
How do you differentiate between priority and severity of the defect within the project?
what is the SOAP UI and Web services? what are the uses in testing?
What are the attributes of a good software qa engineer?
Explain what is test metric is software testing and what information does it contains?
Explain agile development processes?
What should QA require of Development?
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