Software Testing Fundamentals : Testing a Input Text Field

How to Test a Input text Field ?

Get the Idea the type of the Input Text Field.
– Name
– Address
– Email etc.
Major Things to Check
Alphabets Check or Special Char.(#, /, -)
Numbers Check for Limits.
Mandatory fields.
Use Tools
Blind text generator
Big-list-of-naughty-strings – http://bit.ly/randomstrings

536 total views, 3 views today

 

Software Testing Fundamentals- How to be Effective Tester

The YouTube ID of Insert video URL or ID here is invalid. Dedication, hard work, etc. are a necessity to any job are always import but there are not Effective Qualities of tester.
– To standout we must have certain different Effective Qualities. That I am going to discuss.

  • Don’t restrict your thinking when testing.
  • Imagine right now and 2 years from now for cases.
  • Ask questions What if? What else?.
  • Don’t Assume anything.

Logic will get you from A to Z;
Imagination will get you Everywhere.
– Einstein

  • Question anything and everything that is unclear.
  • Always wonder. e.g drag and drop on input field, twice submit etc.
  • It can be nurtured and developed through practice.
  • Don’t Assume anything.
  • Catch/notice even the minutest of the details quickly.
  • Try to look deeper and longer.
  • It can be nurtured and developed through practice.
  • Ask more and get the clarity.
  • Think through the possibilities.
  • Reason your steps. Validate
  • Ask questions What if? What else?.
  • Logical thinking ability is mandatory.

Discipline is doing what needs to be DONE, even if you don’t want to DO IT.

Full Slides Here — https://docs.google.com/presentation/d/1rb05cGFg8Cq311Nh9vvnEDXermQ2WCKR1RkZdvtxS_Y/edit?usp=sharing

 

Cross Browser testing – Fundamentals(Using mindmap)

Cross Browser Testing , You will get many scenarios where you have to execute same test in different browser. In this case we will learn using mindmap how to do CBT.
http://bit.ly/CBTmindmap

In Automation it is very popular word. Cross Browser testing refer to test a particular in multiple browsers like IE, Chrome, Firefox etc.

 

Introduction to docker – Build an Image from scratch.


In this tutorial, We are going to build an image for the flask app that is a web app that display a random at pic when run on port 5000.

241 total views, 1 views today

 

Protractor Test case running on Selenium Gird in Docker


Protractor Test case in Selenium Gird in Docker. Build You Own Image using docker compose.


239 total views, 1 views today