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...

write a test case on web login and bank application and
client server

Answer Posted / rajveer

Hay guys i think you all move to the wrong direction. We are
here to find the anser and that Guy give us the Perfect
anser. Now if we all are not interested to look into what he
provide rather then keep busy himself in counting when he
not provide(Proper English) then guys you all count urself
as good in english. then just take the main idea( Knowledge
he provide) and then remodify that matter and again paste.
Simple.

Better to do something rather then just count other's Mistake.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.

2953


How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen

2255


Can you list down a few characteristics of a test case?

1207


How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen 

2092


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

3130


Explain the domain testing?

1188


can any body help me with providing a a case for usability testing...

2241


Write a test case for computer keyboard?

1334


WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES

2999


Which of the following defines the expected results of a test? Test case specification or test design specification.

1709


How to write test cases or test scripts for UAT testing which is done manually

5686


How to write test cases for lift?

1374


What is ramp testing?

1218


Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.

2191


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);

2529