i want to write the test cases for sorting the records in a
table according to date wise.this is the functionality ,that
is the latest record should come on the top can any one tell
me the test cases for this
thanks in advance:)
Answer Posted / akshaya
u want test cases for display text in a table in date wise.
right?
so here iam trying to write test cases........
1.first u should know the table name
2. wt r the columns do u want to display
3. click on start menu
4. open sql to write quary
5. SELECT Column names FROM table name
ORDER BY date;
i tried. if it is wrong plz tell me.......
thanks
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How would you do " Keeping two folders in sync testing"
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
Explain the sanity testing?
Explain the smoke testing?
What is gray box testing?
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.
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
Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu
Explain the domain testing?
In a log in page what will be test procedure, test scenario, test description & test steps?
What is the logic testing?
Write all test cases for Bus Pass Renewal
how to write test cases for smart meter for gas and electricty
What are all the companies are doing manual testing till now ?