Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what will be testcases for job portal such as naukri.com ,
monster.com
(as existing user)

Answer Posted / himanshu

company name should be there jd should and most important view and apply options should proper work this Is from candidate point of view and employer received resume and candidate profile only which candidate apply no junk cv should land in there inbox candidate apply for job must received notifications this is basic scenario restall feature which may depend on different portal 1more thing job posted date should mention and jobs must be categorized easily searchable

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?

1355


If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules

1498


i am preparing for interviews in real time job what test cases we have to prepare please explain with example?

2319


Test a file replication service that copies files from one net location to another

2492


What is the toughest moment you faced in your testing carrier in which everyone praised you?

2203


write a test case flipkart login page

5854


What is Initial Configuration?

2432


Positive and Negative test cases for the speedometer?(minimum 5 each)

2822


Scenarios to test wireless Speaker via bluetooth

5423


can anyone please help me in writing Test cases for HRMS,ERP and for CRM Apllications...I am joined as a trainee.so i have to write test cases for these applications..Soo can anyone pls help me....mail id: bapuji.karyampudi@gmail.com....Please reply me guys.

3368


How to write test cases for lift?

1262


Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.

2692


Hi there Just done with QTP training. I am looking out for a job. can any one share your experinces in real time job. I mean How the work flow goes and what other things do i have to learn for getting a job. please respond ASAP this is urgent for me. Regards Lina.

2130


Could you pls give me sites where i can test card? mail me to

2690


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 { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

2418