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 / guest
As testing is a easy job, everybody is opting for
it...Better go to Programming side, so that Experienced
Testing People will be having good scope in future...As a
fresher u should go to Programming side only...A Programmer
can become a tester, but a tester cannot become a
programmmer, if looking 4 a change!!!
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
Explain the component testing?
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
Write test cases to test a browser app
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
test cases for bus transport (TNSTC)
Please guide me for Add new user test cases
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
What is Initial Configuration?
How would you do " Keeping two folders in sync testing"
Write the test case for a login page?
How to write a test cases for the following Please it is urgent Once user clicks that link Invite Friend page opens up thru which user can do 2 functions - first is to search friends detail(name, mail id) from her address book in other sites (india times, yahoo, gmail and rediff) and second to mail the invite to the selected person/s. User can send invite to multiple person at same time. Searching friends detail in other address books will work like this: - User will input name, email id, pwd etc, select from which site she want to get friends list and then click on Import. - Users address book from other sites will be imported in one shot(first time) to iDiva database. - It will be arranged in alphabetical order(complete list) and mail ids which are already used will be in different color. - User will be able to update her address book by clicking on ""Refresh"" button on the page, which will trigger the process again, and fetch new mail ids.
Explain the dynamic testing?
pls i want test cases for oss? whts the process of oss testing
What is use case testing?