what is objectrepositry
Answer Posted / ravindra
During recording Quick Test learns the objects and its
properties.These properties are stored in a repository or
some database,this is actually called as an Object
Repository........... Thankx
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the glass box testing?
Explain the static testing?
What is the syntax testing?
Explain the sanity testing?
test cases for friend finder system using gps?
how to write a test procedure & test log for login system
Explain the integration testing?
how to write a test cases for Quick links like Feedback/Suggestions Advertise with us Contribute Invite a Friend FAQs Make HomePage RSS Feed Buzz Words Email Privacy Statement Terms & Conditions Copyright Disclaimer Download Forgot Password
1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks
How can we write a good test case?
Write a test case for telephone?
Why does the boundary value analysis provide good test cases?
Write test cases to test a browser app
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 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.