Questions tagged [smoke-testing]

Smoke testing exercises basic functionality of a system, in order to provide some assurance that the system does not fail catastrophically.

Smoke testing exercises basic functionality of a system, in order to provide some assurance that the system does not fail catastrophically. The modern origin is that of a physical device running on electricity: switch it on, and ensure it does not start emitting smoke. Once smoke tests have passed, tests targeting specific functionality can be performed.

67 questions
0
votes
1 answer

CodedUI Declare [TestMethod] At Run Time

I have a fairly large Coded UI test and have set up each task in its own .cs class file. The main objective of the test is to check that objects have loaded on various pages in a browser. The test is set up to loop through an XML config file and…
Eric
  • 146
  • 2
  • 3
  • 9
0
votes
2 answers

Automated smoke testing of a WPF App?

We've got a WPF app we'd like to run automated smoke tests on it. Simple tests like load document, save document, etc, etc. I was wondering if anyone could suggest existing frame works or applications that would help with that. Thanks!
djcouchycouch
  • 12,724
  • 13
  • 69
  • 108
-1
votes
1 answer

Why can't smoke testing be done by developer?

By reference from : http://istqbexamcertification.com/what-is-smoke-testing-when-to-use-it-advantages-and-disadvantages-2/ Smoke testing is used in the following scenarios: It is done by developers before giving build to the testing team. It is…
-1
votes
1 answer

How to poll an unix server reboot in an automated way?

I am performing an install on a server, which requires the server to reboot to complete the installation. My query is how to find out when the reboot completes so that I can run a basic smoke test on the server and confirm the deployment status.
Jeel
  • 2,227
  • 5
  • 23
  • 38
-1
votes
1 answer

Unit tests using groovy for Java REST API's

Can groovy be used to write smoke unit tests for Java REST API's? Also does groovy provides a testing framework?
Nikhil
  • 1
  • 1
-2
votes
5 answers

what is smoke testing? And at what circumstances we can use smoke testing in our project

I don't have a clear idea about smoke testing and sanity testing, some books say that both are same but some tester in some project called as a smoke testing and some tester in some project called as sanity testing, So please give me clear cut idea…
wasim159
  • 1
  • 1
-4
votes
2 answers

what are the different testings like DST, Wanem......?

can anybody explain the what are the different testings like DST,Wanem.
suresh
1 2 3 4
5