Automation Testing (7699)
Manual Testing (7121)
QA Concepts (917)
Mobile Testing (238)
Test Cases (630)
Test Documents Reporting (59)
Database Testing (90)
Behavior Driven Development (BDD) (103)
Testing AllOther (1138) What is the difference between the stlc (software testing life cycle) and sdlc (software development life cycle)?
1096A type of integration testing in which software elements, hardware elements, or both are combined all at once into a component or an overall system, rather than in stages.
1110
Iam new to testing field and i put lot of experiences so i want to get prepared for the interview in all the ways both in manual and Automation can any one help me how to answer there questions in real time. also can anyone send the top questions and answers to me plz its urget u can mail me at vaisu72@yahoo.com
What are the advantages and disadvantages of selenium ?
What is considered to be a good test?
What types of tests are compatible with Selenium?
What is the best tester to developer ratio?
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
What is the use of features property under cucumber options tag?
how can i count the no of edit field in a page and fill the multiple edit field
what type of testing techniques are using after accept the build?
Discuss quicktest professional environment?
if numbers are always changing write a script for that
What is bug, deffect, issue, error?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
Can anybody told me how to create a test case for voice memo and Photo tagging option