Thursday, February 06, 2020

Sanity Testing vs. Smoke Testing - Gur99.com

Smoke Test

It comes from hardware. After you've assembled/soldered/wired everything together, you connect it to mains and turn it on.
  • If you don't see or smell smoke, test is successful. :)
  • If there is smoke, disconnect power immediately! (and figure out the problem before re-test...)



Thursday, November 28, 2019

4 Values and 12 Principles of Agile



Fields in a bug report

Fields of a bug report

1. Bug ID
2. Bug description and what happens
2. Steps to replicate
3. Where the bug is noticed ( module, page etc.)
4. Severity of the bug
5. Screenshot
6. Bug raised by (Tester).


Process to create test scripts...

  • Get a thorough understanding of the application under test -- either through documentation, or from BA/ product owner or the team. 
  • After an understanding of the application and the requirements, identify the scenarios/ risk areas which then give an idea of what to test. 
  • Once the scenarios are clear, decide on the test cases and test data.
  • Write the test scripts
  • Get these reviewed
  • Executive the test scripts, report bugs.
  • Work with Dev team to close the bugs.
  • Report on the bugs and closure.

Visualizing Next Word Prediction - How to LLMs Work?

 https://bbycroft.net/llm