How to write Test cases for Lift
The following things could be tested:

  • Capacity of the lift
  • Usability (whether its easy to operate or not)
  • Functionality (whether it functions properly or not)
  • Comfort (whether a person is comfortable in it or not)
  • Height
  • Weight
  • Volume
    Time it takes to reach every floor
  • Test for maximum capacity of the lift
  • Test for more than max capacity
  • Check the working in case of a power failure

Write a Test Case for Computer Keyboard
  • To check the keyboard company
  • To check the keyboard category i.e normal keyboard or multimedia keyboard
  • To check the total no of keys in that keyboard
  • To check the keyboard type i.e normal or PS/2
  • To check the keyboard color i.e white or black
  • To check default Num Lock should be in on condition
  • Default the caps lock and scroll lock should be in off condition
  • To check the keyboard wire length
  • To check all keys are working properly or not

Esay content of software testing: Difference between Re-Test and Regression Testing

Give test case for withdraw module in Banking Project
Step1: when the balance in the account is nil, try to withdraw some amount(amount>0) should display msg as " insufficient funds in acc"

Step 2:when the account has some balance amount, try to withdraw amount(amount>balance amount in account), should display "insufficient funds in acc"

Step 3: when the account has some balance amount, enter a amount (amount<=balance amount), should withdrawn correct amount from account.

Step 4: when the account has some balance amount, enter the amount as 0, should display msg as withdrawal amount should be > 0 and should be in multiples of hundreds( varies depending on reqs docs).

In the case of Minimum balance mandatory in the Account:

Step 5: When the account has balance amount, try to withdraw whole amount , should display msg as " Minimum balance should be maintained".

Step 6: When the account has balance amount=minimum balance, try to withdraw any amount , should display msg as " Minimum balance should be maintained".

How to write test case on compose box in email
1. Checkout whether on clicking Compose mail takes you to a page where you can enter the text

2. Check whether it has a TO, CC, BCC to enter email address.

3. Check whether TO, CC, BCC accepts valid email address, if it does then check how many mails address can be entered.

4. Checkout if you can delete/edit, copy, paste & format the text content.

5. Can send mail or cancel mail.

How to validate the functionalities of the reports and what are all the things to be tested while validating reports
All, Reports are the means by which we are going to extract needful data and present it in a useful manner to the user, while validating the functionality of a report two things always need to be keep in mind
1. Correctness -Here correctness refer to the correctness of data extracted, means whether we are getting correct data for the given data extraction criteria (Query)
2. Content-means the output which we are getting
3. Completeness - means whether we are getting data which is complete with respect to the given criteria. For validating the report, people need to have access to the backend so that he can compare the data and assure correctness, completeness and content of output.

Essentially a test case is a document that carries a
  • Test Case ID no,
  • Title, type of test being conducted,
  • Input,
  • Action or Event to be performed,
  • Expected output
  • Test Case Result (Pass/Fail)
Basically Test cases are based on the Test Plan, which includes each module and what to be tested in each module. Further each action in the module is further divided into testable components from where the Test Cases are derived.
Since the test case handles a single event at a time normally, as long as it reflects its relation to the Test plan, it can be called as a good test case. It does not matter whether the event passes or fails, as long as the component to be tested is addressed and can be related to in the Test Plan, the Test Case can be called a good Test Case

It’s already open web page or it is not already opened one these are the ways to write Test Case
1) Enter web site name (that is url what you know)
2) The click on the search button
3) The next page should open if it matches
4) If the URL or the Name is not match. it should display the matter that the search is not matches with you word or url
If the page is not opened already then these steps to follow
1) On the Desk top open internet explorer the page should open with empty
2) Enter the URL in the address (Eg www.google.com) the page should open that you follow 1,2,3,4 of the above steps

  • Click File-Save (should open a window and should ask you the file name and path as well)
  • Check for .extension like it should be .txt only
  • Check for short-key like (Ctrl+S) and ask for same option as above (should open an window and should ask you the file name and path as well)
  • Save as (should open the same window with same file name path)
  • If you change that file name and path in that window then it should accept.
  • If you dont give any name in it then data should not be saved.
  • Should accept all alph-numeric, space and special characters.