Who will take care of test plan and test case?
Answer / md.hamid uddin
we can answer like below:
1.Test Manager & Test Lead both will take care of test plan.
2.Test engineer ,test Lead will take care of test case.
It will varies from project to project depending on the
complexity of the project.
Thanks
Hamid
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi My name is Hari Priya i had completed by b-tech csit 2008 pass out i had joined in testing tools does freshers having good opportunities in testing field? what are the topics to be stressed in the subject to have the good knowledge If any one have good collecton of testing topics can mail me padmajapriyam@gmail.com thank you.
how to make test case for anolog voice logger?
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
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.
Define Testcase.
What we do when the Requirements are continuously changed?
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<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);
WHAT IS THE MEANING OF RISK BASED TESTING WITH EXAMPLE pls this is urgent Thanks in advance
Test case for flight reservation system
Hai can anybody give me an idea about writing automated test cases in qtp using VB scprit.please respond as quicky as possible.
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 the domain testing?