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?
Answer Posted / rakshan
The best way is to check requirement specification,BRS,use case,Test plan and tractability matrix and if not available so past experience must be used.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
What is the domain testing?
hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com
Explain the exactly meaning of test case?
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one
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.
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
write the testcases for migrating data from one database to another database?
Explain which test cases are written first black boxes or white boxes?
How can we write a good test case?
Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
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
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..