is it necessary to write test cases in tabular form or will
point wise will do.

Answers were Sorted based on User's Feedback



is it necessary to write test cases in tabular form or will point wise will do...

Answer / anusha umrey

When they ask for test cases then write in tabular form and
when they ask for test conditions then write point wise

Is This Answer Correct ?    11 Yes 2 No

is it necessary to write test cases in tabular form or will point wise will do...

Answer / subhasree

The Test cases can be written in two format :
1.In excel sheet
2.Using tool
In both the cases it consist of different colums as
For example:
Test step Test data
Select the login page N/A

Expectedresult ActulResult Result Deffect comment
It should It displays pass
the login page
diplay
the login page

Is This Answer Correct ?    2 Yes 0 No

is it necessary to write test cases in tabular form or will point wise will do...

Answer / dharmaraj reddy

yes u will be given a test case template in that u have to
write one after the other
the way u write the test case is shuold be like a command
like for a login tab and a password tab
enter ravi
enter suresh (as of a command)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Test Cases Interview Questions

What is the smallest number of test cases required to Provide 100% branch coverage? If(x>y) x=x+1; else y=y+1; while(x>y) { y=x*y; x=x+1; } A. 1 B. 2 C. 3 D. 4

1 Answers   ISTQB,


Write all test cases for any credit card.

13 Answers   SIT,


write a test case for student admission form

2 Answers  


1. Given the following: You have an application that consists of three parts: a front end GUI, a middle-ware layer where all the processing of data takes place and a database where data is read from. What are the areas that would be most likely to break? What would your testing strategy for this be? Why? 2. Imagine I am handing you a wine glass and I ask you to test it. What would your testing strategy for this be?

1 Answers   GE,


how can we write test cases with help of functional spec? is it not appropriate to write by using the application?

3 Answers  






how many test cases u write in day while testing yr application.and wat z ur role after u finished testing application plz do reply

9 Answers  


write the test cases for how do u send a message in mobile

8 Answers   Subex, Wipro,


Explain the exactly meaning of test case?

0 Answers  


There is project earlier it was developed in VB then they had replaced the project by java and there is no documentation available then how you are going to check that project. (Hint: - Parallel Testing).

2 Answers  


Suppose an Application has been maintain from 4 years, we have written 5000 test cases for that. Now the functional flow has been changed for a Page. If I want to write test cases for that newly built page. How can I find what was there in that page 4 years back? How can we traced out? What is the best way to find test cases other than tracability?

4 Answers   GE, Genpact,


how we test the login page using jwebunit test case...

0 Answers   CTS,


how to prepare unit test scripts for accrued interest calculation.

1 Answers  


Categories