Manual Testing Examples
Manual Testing Examples
Manual Testing Examples
What is GUI
It is the process of ensure to proper functionality of the graphical user interface (GUI ).
It may also given by the application and making sure it confirms to its written specifications.
GUI testing evaluates design elements such as layout, colors, fonts, font sizes, labels, text
boxes, text formatting, captions, buttons, lists, icons, links and content.
GUI testing processes can be either done by the two categories are manual or automatic, and
are often performed by third -party companies, rather than developers or end users.
It can be require a lot of programming and is time consuming whether manual or automatic.
Usually the software author writes out the intended function of a menu or graphical button.
GUI testing also tends to test for certain program behaviors that users expect, like an
hourglass when the program is busy.
Manual-based testing.
Record-reply testing.
Model-based testing.
Manual testing is a testing process that is carried out manually in order to find defects
without the usage of tools or automation scripting.
A test plan document is prepared that acts as a guide to the testing process in order to have
the complete test coverage.
Ranorex.
Selenium.
QTP.
Cucumber.
Silk Test.
Test Complete.
Squish GUI Tester.
Features
Consistency.
Effectiveness.
User-Friendliness.
Functionality.
Significance
Post Conditions:
A postcondition of an operation is an assertion which must be true just after the operation
has been completed.
A postcondition means if the operation returns the desired result, or has the desired effect,
relative to the given parameters that satisfy the precondition.
Test case is the smallest unit of the testing plan, which includes a description of necessary
actions and parameters to achieve and verify the expected behavior of a particular
function or the part of the tested software.
If you have a task to check some functionality, you can create a test script or user story.
So, you need to understand where to start testing, which general steps need to be
executed and what the result should be And then this scenario is broken down into more
detailed parts - test cases - to define all positive, negative, localization and other
behaviors of the software.
Verify the seats available for required coach that is A/c or Sleeper coaches.
Check for the Menu options. Whether it has basic functionalities for the file to open, save, save
1 Write in detail about Record in Context Sensitive mode and analog mode. Explain about seven
different components of Selenium IDE features.
2. Explain the installation steps of selenium IDE with in Context Sensitive mode and analog
mode?
3. write the testcases of user login for online payment application and record the home page in
Context Sensitive mode and analog mode in selenium
4. write the testcases of failed login for Gmail sign in and record the home page in Context
Sensitive mode and analog mode in selenium
5. write the testcases of user login for Gmail sign in and record the home page in Context
Sensitive mode and analog mode in selenium
6. write the testcases for failure condition while sending mail with invalid Email address and
record the home page in Context Sensitive mode and analog mode in selenium