smoke-testing Questions

11

Solved

I thought I understood that a smoke server was used for continous integration to measure the performance and test coverage of a project. Is this basically correct? What does it mean to smoke-test a...
Mash asked 13/4, 2009 at 20:10

9

What is the difference between smoke testing and sanity testing? When do will perform smoke testing and when do will perform sanity testing?
Jaddan asked 19/2, 2015 at 11:44

2

I need to write a smoke test in Java which validates whether the system is connected to kafka, Does anyone have any idea? I have found this post: How to check whether Kafka Server is running? Bu...
Diagnose asked 7/12, 2016 at 11:17

6

Solved

I am implementing some smoke tests to our website. I'm using a Given/When/Then format for existing automated acceptance tests/User stories. But now I want to do an initial smoke test of: Given I...
Bernat asked 27/1, 2012 at 10:49

1

Solved

I am creating a smoke test suite for a series of APIs using the RobotFramework and the RobotRequestsLibrary. This is my first time using the RobotFramework. In trying to clean up the code and make ...
Bloodcurdling asked 23/11, 2016 at 13:38

9

Solved

What is it and why is it used/useful?
Fleecy asked 29/10, 2010 at 20:40

4

Solved

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 l...
Abrahamabrahams asked 3/10, 2009 at 15:33

2

Solved

First, the setup... I am currently developing a Rails 3 application on Mac OS X using Ruby 1.8.7 MRI, running tests and local dev against a MySQL database. I have 3 "other" non-local environments ...
Dietary asked 13/4, 2011 at 13:22

1

Solved

I'm not that entirely familiar with the testing suite that comes with Visual Studio 2010 (Ultimate) but I'm trying to find a means to produce something similar to Selenium Grid with the Coded UI Te...

3

Solved

Possible Duplicate: What is a smoke testing and what will it do for me? Why are "smoke tests" called "smoke tests"? I don't get this at all. What does smoke have to do with it?
Triumvirate asked 21/12, 2010 at 0:56

8

Solved

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 ...
Typhoeus asked 30/10, 2008 at 16:14
1

© 2022 - 2024 — McMap. All rights reserved.