What is the role of QA in a company that produces software?
Answer Posted / jaga
* building the confidence among customers
*Collect the requirements from customers
*Split the projects into several phases
*Defect prevention based technique
*its a process oriented
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is the toughest moment you faced in your testing carrier in which everyone praised you?
How to write test cases for "open file dialog box" for ms word? Thanks a lot!
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
Suppose a job should be executed for every two hours? Write test case for this?
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
Can some body help to write possible test cases for a credit card at POS (point of sale)
test cases for bus transport (TNSTC)
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.
Test a file replication service that copies files from one net location to another
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
Write a test case for telephone?
"search"test cases on Linkedin website and how will you write test cases on 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
please tel me how to write test case for search engine to track peoples,when user enter the city,state,zipcode(ex:Kansas city,Missouri,64155)? (note country is already selected as a united states )
What is the state testing?