is test cases are necessary for testing non functional testing
Answer Posted / minakshi
not needed
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
How to write test cases on laptop???
Explain the dynamic testing?
Explain the monkey testing?
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
How to write test cases for "open file dialog box" for ms word? Thanks a lot!
Who will take care of test plan and test case?
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
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.
can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
test cases for friend finder system using gps?
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
What is the syntax testing?