Tagged Questions

0
votes
2answers
65 views

WPF: writing smoke tests using ViewModels

I am considering to write smoke tests for our WPF application. The question that I am faced is: should we use UI automation( or some other technology that creates a UI script), or is it good enough to …
0
votes
3answers
79 views

Automatically smoke test all webpages in application, after deployment

After I deploy a build to staging. I would like to have a system that smoke tests all our webpages looking for error http status codes (400,500). What is the easiest, fastest way to get a system …
8
votes
6answers
418 views

What is a smoke testing and what will it do for me?

Edit: Smoke testing is a set of basic cheap to run tests that precede actual testing. I think it is looking for fire before handing it over to test. Thanks! I thought I understood that a smoke …
0
votes
1answer
48 views

what are the different testings like DST, Wanem…?

Hi, can anybody explain the what are the different testings like DST,Wanem.
0
votes
1answer
96 views

Automated smoke testing of a WPF App?

Hi, 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 …
1
vote
3answers
90 views

How complex should smoke tests be?

So we've been running a daily build on our current project for a lot of months at this point. The smoke tests that goes along with that daily build isn't very complex, though - we run a few nUnit …
2
votes
6answers
315 views

Is the automated testing still referred to as smoke testing?

If not, is smoke testing still used?
4
votes
8answers
305 views

Are regression tests the entire test suite or a sample of tests?

I was taught that a regression test was a small (only enough to prove you didn't break anything with the introduction of a change or new modules) sample of the overall tests. However, this article by …