Describe to me what you see as a process. Not a particular
process, just the basics of
having a process.
Answer Posted / sowamya
can u explain this one q....
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain the unit testing?
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile
Who will take care of test plan and test case?
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
Suppose a job should be executed for every two hours? Write test case for this?
In a log in page what will be test procedure, test scenario, test description & test steps?
This was asked to me recently in Microsoft interview How would you do DOS copy command testing
Explain the scalability testing?
What are the Test Cases Comes under Regression Suite?
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
# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?
pls i want test cases for oss? whts the process of oss testing
Write a test case of login window?
Explain the concurrency testing?
how many test cases do u need to ship a product?