poonam


{ City } chandigarh
< Country > india
* Profession * test engineer
User No # 6619
Total Questions Posted # 0
Total Answers Posted # 7

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 55
Users Marked my Answers as Wrong # 55
Questions / { poonam }
Questions Answers Category Views Company eMail




Answers / { poonam }

Question { IBM, 8531 }

At which stage testing phase will start


Answer

Testing phase starts as soon as BRD i.e. Buisness
specification Document is prepared.

Is This Answer Correct ?    3 Yes 0 No

Question { Kanbay, 13245 }

How we can test the performance of an application by manual
with out using any tool like loadrunner etc?


Answer

We can test the application manually but yes not for number
of user (load testing).

We can do performance testing of application for single
user like for how much time is taken to open up page,
uploading a file and other scenarios like this using system
clock.

Is This Answer Correct ?    11 Yes 3 No


Question { 7178 }

What is the difference between functional specifications and
non-functional specifications ?


Answer

Requirement that specifies a function that a
system/software/component must be capable of performing
whereas a software requirement that describes not what the
software will do,but how the software will do it, for
example, software performance requirements,software design
constraints, and software quality attributes.

Is This Answer Correct ?    1 Yes 0 No

Question { Digient Technologies, 35022 }

What is SCRUM model?


Answer

SCRUM model is based on Continuous Testing and
Documentation when the software/ Product is developed/built.

Is This Answer Correct ?    8 Yes 50 No

Question { CybAge, 11776 }

Tell the test cases to test Login Password screen?


Answer

Test scenarios to test login password screen are:

1. Test for blank feilds (both)(Null value).
2. Test by putting wrong id and password.
3. Test by putting username with password as blank.
4. Test by leaving username as blank and putting correct
password.
5. Test by putting special characters.
6. Test for putting wrong id and pwd for more than 3 times,
see what happens? as in case of credit cards or atm pin,
entering wrong data for 3 times, block the card.
7. Test for user which does not exist.

Is This Answer Correct ?    8 Yes 1 No

Question { TCS, 13016 }

What all comes under test case review?


Answer

Test cases review includes as:
1. To check whether all requirement are covered or not
2. To check no major scenarios is missing in test cases.
3. Test step is written complete and understandable
4. Clear Expected result is mentioned for each step
5. Checking for all text/ grammatical errors.
6. Flow of test steps is appropriate or not
7.Information related to setup of test enviornment, pre-
requisties, what are the success/ Failed end condition
etc.. etc..are properly mentioned or not.

Is This Answer Correct ?    19 Yes 1 No

Question { 15606 }

How we do the smoke testing?


Answer

Smoke testing will be conducted to ensure whether the most
crucial functions of a software work, but not bothering
with finer details.

Smoke Testing is conducted by testing team on receiving of
each build as to check whether build/release given is
stable and it can be considered for further testing.

Is This Answer Correct ?    5 Yes 0 No