sreenivas


{ City } bangalore
< Country > india
* Profession * sse
User No # 4407
Total Questions Posted # 0
Total Answers Posted # 6

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

Users Marked my Answers as Correct # 14
Users Marked my Answers as Wrong # 7
Questions / { sreenivas }
Questions Answers Category Views Company eMail




Answers / { sreenivas }

Question { CTS, 9011 }

what methods will you follow to repare test cases in your
organization?


Answer

Tracebulity matrix is maping between requirements and
testcases.it contains

Requirements----usecases func-------testcase disg

so based on tracebulitymatrix u can repare testcases.

Is This Answer Correct ?    3 Yes 2 No

Question { eMantras, 8093 }

what are the types of testing


Answer

hi
types of testings:-
1)white box testing
2)block box testing

levels of testings:-
1)unit testing
2)integration testing
3)system testing
4)ua testing

types in unit testing:-
1)excution testing
2)opretion testing
3)mutation tetsing

types in integration testing:-
1)top down
2)bottom top

types in system testing:-
1)useability testing
2)functional testing
3)performence testing
4)security testing

types in ua testing:-
1)alfa-phase
2)beta-phase

types in useability testing:-
1)userinterface
2)manualsupporting

types in functional testing:-
1)functional
2)input
3)error handling
4)recovery
5)comatability
6)compartive
7)inter system
8)sanity
9)smoke

types in performence testing:-
1)load
2)stress
3)volume

types in security testing:-
1)autharigation
2)access control
3)encription

Is This Answer Correct ?    7 Yes 0 No


Question { Oracle, 8130 }

How can we do security testing while testing a project


Answer

hi
security means the application has provide the security or
not for the customerside data.
for ex:-
login screen
1)authantication
2)access control
3)encription
4)copy and paste the pwd not valid
5)copy and cut the pwd not valid

Is This Answer Correct ?    0 Yes 2 No

Question { Ordain Solutions, 14337 }

While creating Recovery Scenario for Pop-up
window..In 'Recovery operation' we have to call a function.
Can u tell me that function.


Answer

1. Go to TOOLS -> Recovery scenario manager.
2. Select the trigger event that caused the error(it may be
a pop up window).
3. Identify the name of the window with the help of
POINTING HAND.
4. Choose the operation type : KEYBOARD OR MOUSE OPERATION.
5. Select the action with the help of POINTING HAND.(e.g.
Click on OK button to close the window.)
6. If you want to add another action then keep "Add another
recovery scenario" check box selected else de select it.
7. In the "Post recovery test run option" select "Proceed
to next test iteration"
8. Give scenario name & description & click on finish
button.
9. Save the scenario.
10. Go to TEST->SETTINGS->SCENARIO TAB....and add the saved
scenario.
11. Click on APPLY & OK button......now your test run
smoothly.

Is This Answer Correct ?    3 Yes 1 No

Question { 5225 }

developers take most of the time for coding and tester left
very few time for testing say 2 days which testing u find
best when ur project is run out of time and product is
going to be released


Answer

AdhokeTesting

Is This Answer Correct ?    1 Yes 2 No

Question { 7894 }

Am asked in interview that How are u going to write test
cases? I replied him that we refer to usecase diagrams and
the requirements documents to write test case. Did i replied
him anything wrong?


Answer

Hi

first u study and understanding the fdds or srs
then u will collect the list of the use cases
then u study the normal flow n dependence n entry n exit
criterias for thouse usecases
then
based on that information
u will starts the preparation of test cases

Is This Answer Correct ?    0 Yes 0 No