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.
Answer Posted / ujas doshi
Guys....Please forward the materials u hv forwarded to hari
priya to me as well.
My mail id is ujas.doshi@atosorigin.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain which test cases are written first black boxes or white boxes?
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...
Explain the sanity testing?
What is component testing?
What are the test cases for mouse?
Can some body help to write possible test cases for a credit card at POS (point of sale)
How many test cases u will write for Acceptance testing?
This was asked to me recently in Microsoft interview How would you do DOS copy command testing
What is gray box testing?
Can anybody help me in writing test cases for a scenario? need help at the earliest. will send you the requirement doc to your email id. thanks raj
what is black box system in software development in system analysis and design?
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
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.