pls let me know the answer, recently i faced this question
in interview.
when you are writing the test cases,if the requirements are
changed what will u do?
Answer Posted / preeti
My answer would be:It's a common scenario where requirement changes due to various reason. I am always prepared to deal with it and this is why I am flexible when writing my test cases so that if any changes occur they are easy to incorporate. For example I write Valid Data Definition separately rather adding them to my test cases and it helps me to revise(when needed) my document efficiently.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
Test a file replication service that copies files from one net location to another
how to write a test procedure & test log for login system
How would you do " Keeping two folders in sync testing"
can anyone please help me in writing Test cases for HRMS,ERP and for CRM Apllications...I am joined as a trainee.so i have to write test cases for these applications..Soo can anyone pls help me....mail id: bapuji.karyampudi@gmail.com....Please reply me guys.
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
What is gray box 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?
What is explain security testing?
can one defect be mapped to more than one test script in manual testing
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
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 all test cases for Bus Pass Renewal
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
What is component testing?