What would be the possible test cases for following criteria
You have a username filed which don't accept same name twice



What would be the possible test cases for following criteria You have a username filed which don�..

Answer / Ravendra Singh Pundhir

[{"test_case":"Enter an existing username that already exists in the system","expected_result":"The system should not allow the username and display an error message"}, {"test_case":"Try to register a new user with a non-existing username","expected_result":"The user should be successfully registered without any errors

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Software Interview Questions

You're tasked with implementing a computer player for a real-time strategy (RTS) game. Assuming that there is no fog-of-war, how do you implement a system to allow the computer player to determine what parts of the map are controlled by enemy players, and which parts are open to easy exploitation? How do you identify the choke points on the map? How do you find the boundary between the parts of the map under your control and the parts of the map controlled by enemy players? How do you detect an impending enemy attack or a change in an enemy's offensive posture?

1 Answers  


What are some of the limitations of state machines? When is the use of state machines appropriate, and when are they insufficient to generate the kinds of behaviors you need in a game?

1 Answers  


what is FORMAT keyword

1 Answers  


You're working on a game that involves enemy wizards dueling each other. Each wizard has at least a dozen different spells at his disposal -- some of them simply inflict damage, while others will temporarily stun or immobilize an enemy, slow him, prevent him from casting spells for a brief duration, teleport the caster a short distance, or give the caster a temporary shield. A wizard can only cast one spell at a time, but each spell has a fixed cooldown (time before it can be cast again) and an associated mana cost (assume no mana regeneration). Describe some ways you might implement a competent AI system for a wizard.

1 Answers  


paypal interview questions

0 Answers   PayPal,


How to find the Table name for the Specific Field?

1 Answers  


pls suggest me a good institute for SAP-MM in Pune

1 Answers  


To fill a tank, 25 buckets of water is required. How many buckets of water will be required to fill the same tank if the capacity of the bucket is reduced to two-fifth of its present ?

1 Answers   Zoho,


How can you load large amounts of data from flat-text files?

1 Answers  


How to Create a Database?

1 Answers  


Compare two strings character by character in qtp

1 Answers   Cap Gemini,


In one room in your game, there's an elevator that AIs will need to use to escape from the player. In order to use the elevator, they have to walk over to a special button on the wall, press it to summon the elevator, then walk into the elevator and press another button to tell it to ascend. How would you design a system to make sure AIs can do all of these things in the proper order? If you have 3 AIs in the room, how would you design the system to make sure they can all escape in the elevator at the same time? What happens if one of them dies while they're trying to do this, and how do you make sure the other AIs don't get stuck waiting for that dead AI?

1 Answers   TCS,


Categories