what are those parameters or matrixes for tesing a
software user interface?
Answer Posted / rajendra prasad
1. Look And Feel(Alignment And Placement of Controls)
2. Spellings
3. Consistant Font Type and size.
4. LOGO position(IF logo Present) etc..
Byee
Rajendra PraSad
rajendra_penumalli@yahoo.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to test a stored procedure?
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...
Explain the format of a requirement traceability
Explain the concurrency testing?
write test cases for flipkart.
how to write test cases for online restaurant table booking system?
What are basic types of test cases?
"search"test cases on Linkedin website and how will you write test cases on it?
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
test cases for bus transport (TNSTC)
Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
Explain the sanity testing?