qa - SQA questions: Smoke or Sanity -


which testing should perform first smoke or sanity?

what differences between them?

a description blog

from smoke see if program can run sanity quick check works correctly.

however imortant eed complete testing plan , these 2 small cases ok done first need see if need full regression tests, integration etc


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -