What are the test cases, we can write for Data Grid.
Anybody can help me..Thanks in advance.
Answers were Sorted based on User's Feedback
Answer / satish
For Data Grid.
1) Check for number of records its displaying.
2) Check for Paging and sorting its displaying.
3) check for sorting on alphabits and numbers.Ascending and
desending.
4)Cliking on sorting and pageing wheater paging is
happening on given sorting or not.
Thanks
my: yahooid: satish_157
| Is This Answer Correct ? | 17 Yes | 1 No |
Answer / anjali chakraborty
while writing the test case for Data Grid u can check for
horizontal scroll bar,generally people forget to check it.
check for paging such as first,next ,previous,last .
check for the display of page number in the text box.
The above checking comes under functional as well as u can
apply every non functional test case for grid view.
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / pankaj ghate
Hi,
Here is a checklist u can maintain prior to writing test
cases for Grid. You can design test cases accordingly.
Are grids properly initialized?
Have all grids been tested to verify that they display
valid, accurate rows?
Assure that calculations are correct.
Verify that grids are not editable.
Are horizontal and vertical scroll bar visible when required?
Pankaj..
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / guest
you can also check for validations in datagrid which people
tend to ignore..
| Is This Answer Correct ? | 3 Yes | 2 No |
How to write the test cases for STP
write a test case for a pen and paper regarding writing.
write test cases for test cases...?
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
Write a test scenario for a project which is developed in a VB then after wards it is converted in Java and there is no documentation available.
how will we know test cases are written by us are correct
Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);
Describe to me the difference between validation and verification.
what is scenario? how to write scenario?
What is the basis on which you can check a text box in a web page or application?
3 Answers HCL, IBM, R Systems,
Can anybody tell test cases for the following condition? In a railway reservation form, 4 types of ticket ranges are there like a) age up to 3, NO TICKET. b) age up to 7, HALF TICKET. c) age up to 60, FULL TICKET. d) age from 61, SENIOR CITIZEN QUOTA. if you enter age into the text box the relevant message should be displayed..... Eg. FULL TICKET.
How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.