what is the difference beween dry run testing and smoke
testing?
Answer Posted / srivatsan iyengar
Dry run Testing And Smoke testing Both done to ensure that
Product is ready for the upcoming phase.
Dry Run is done by the developer its kind of a white box
testing where developer ensures that when the build is given
for testing it wont get rejected by the QA team due to some
blocker defects.
Smoke test is done to ensure that the received build is
testable ie no blocker defect will be found during test.
Dry Run is done on developer side and smoke is done on
tester side.
in the end of testing a full dry run is been runned by
developer and tester runs a full regression
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Assume a login page, and you have written 10 cases(say for example). How will you justify that these 10 testcase suffient for the login and how do you say this is 100% satisfies the need.
What is Windows Test Technologies? Where i will get all information of it.
In Manual testing how to test proxy servers? can u please explain with example?
what is a data guidelines?
You may undergone many projects. Do all the projects match up with customer’s expectations?
functional testing test cases for transfer funds ?
Hello. I am not here to answer your question. I jus found a job as software QA engr. And i am totally new to software testing. So can someone pls help me in the following scenario? there is this registration screen, and it contain: One textbox called Nickname which only accept alphanumerical One textbox called Contact which only accept numerical, One textbox called Email which can be filled with alphanumerical and symbol and One button called Register now becos there is so many textboxes, where i can filled with alphabet, number, symbol, "just space", leading zeros, leading space. there will be lots of combination. can someone pls help.. i will be appreciated if u can post the test case of the scenario i mentioned. Lots of Thanks
online demo for bug tracker tool(let me know the website)
Being an Manual tester, what will be the role or activity in test plan ?
Explain some techniques for developing software components with respect to testability.
what are the templates for daily,weekly and monthly reports? plz reply ASAP.
For any web application, what are the possible login features that should be tested?
Scenario A year ago we developed a standards compliant website for a client. Their site is very popular resulting in the client wanting to be able to track how it is being used by their users. The first part of this project is to create a Login function so that users can be identified on the website. The data supplied by users would have to be handled securely. You have been allocated this project to work on. You will be responsible for the task from start to finish and will be expected to give feedback to your manager. User expectations The client wants their users to be able to login using a page that fits in with the website design. Tom wants to access the website but doesn’t want his login information to be available to anyone else. Paul doesn’t want to login to the website because he’s not a frequent user. Task Please provide some feedback on how you would do the following:- Being the only Test Engineer on this task, what would your approach be for this requirement? Identify the key areas for testing this page. What tools if any, would you use to perform the testing, bearing in mind that the testing will be done without using an ‘automated test tool’. Provide a sample test case that could be used for testing this page, for example as a word or Excel document.
Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?
1.Acceptance testing involves procedures for identifying acceptance criteria for interim life cycle products and for accepting them.is that? 2.Acceptance testing occurs only at the end point of the development process; it should be an ongoing activity that test both interim and final products.is it?