rakesh reddy


{ City }
< Country > india
* Profession *
User No # 11718
Total Questions Posted # 0
Total Answers Posted # 2

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

Users Marked my Answers as Correct # 5
Users Marked my Answers as Wrong # 0
Questions / { rakesh reddy }
Questions Answers Category Views Company eMail




Answers / { rakesh reddy }

Question { 7970 }

How does testing affect risk?


Answer

For instance, let’s say you are developing an accounting application and you have done the wrong tax calculation. There is a huge possibility that this will lead to the risk of the company running under loss. But if this defect is controlled then we can either remove this risk completely or minimize it.
The following diagram shows how a risk gets converted to a risk and with proper testing how it can be controlled.

Is This Answer Correct ?    5 Yes 0 No

Question { 5596 }

If you clink ok in the log in page, how will you get to
know what is happening in the application? If any of you
know the answer for this please post. Thanks


Answer

Test Case # Test Case Description Expected Results Pass /
Fail (Build No #) Actual Results Comments Bug ID
Version Number:
Functionality
Login & Logout
1 Open up a web browser and point it to: https:// address> and click on Go button Make sure Log In page
should display
2 Enter Email and password and click on "Sign On" Make sure
Home page should display
3 Click the "Sign Out" link Make sure Log In page should
display
4 Enter invalid Email in the Email field and click on Sign
On Make sure error message should display as: ‘Please enter
valid email’
5 Without providing an email address, click on Sign On Make
sure error message should display as: ‘Enter email
address’
6 Without providing password, click on Sign On Make sure
error message should display as: ‘Enter password’
7 Enter wrong Email and Password combination and click on
Sign On Make sure error message should display as: ‘Invalid
email address’
8 Enter valid Email in the Email field, without entering
password in the password field ; click on Sign On Make sure
error message should display as: ‘Enter the password’
UI
8 Look at the top of the page Make sure “Granite Legal
Systems” banner should display at the top of the page
9 Look at the bottom of the page Make sure that the
copyright statement should display at the bottom of
page.
10 Look at the bottom of the page Make sure that “Granite”
logo should display at the bottom of page
11 Move the mouse over the “Sign On” button Make sure the
mouse pointer should changed to hand symbol
12 Move the mouse over the “Sign On” button Make sure the
“Sign On” text color should change
13 Point the mouse over the “Sign On” button Make sure tool
tip message should display as: ‘Sign On’
14 Point the mouse over the “Sign On” button Make sure on
pointing the mouse, there is a mouse-over effect.

Is This Answer Correct ?    0 Yes 0 No