when you don't have time to write test cases, what do you
do?

Answer Posted / gandhali83

Just Execute them in your Application Scenario.
thats it.

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In a log in page what will be test procedure, test scenario, test description & test steps?

681


can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs

2092


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.

1443


Explain the unit testing?

668


Do you know mutation testing?

700






How would you do " Keeping two folders in sync testing"

1999


They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.

1517


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

1816


I need GUI test case for home page?

3217


Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)

2705


HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.

2264


Please can any one tel how to write the test cases for these Requirements:- 1.The applications sends the periodic data 2.The applications sends the alarm data 3.The Application stores the Periodic data and alarm data if it is unable to send 4.the application having the configure through GPRS or SMS

1874


If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date

2068


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 { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1936


Explain the integration testing?

699