what are the base line documents for sit and uat?
what is impact testing?
what is dynamic testing?
what is static testing?
what is soak testing?
Answers were Sorted based on User's Feedback
Answer / sivaprasad
dynamic testing : testing the applicaition by performing
some action on that.
static testting: testing the application with out perform
any action
soak testing : it is also calles as reliability testing
which we are testing the application for a long time to
check the stability of aplication
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / sasydpy
1. For SIT - we refer BRS\SRS or FD\HLD or DDD\LLD etc
For UAT - BRS & SRS or FD are required and also author
or tester should be familiar with end-user activities
2. Here we verify weather the Integration of two or
multiple module cause any mismatch
3. Dynamic testing - validating the application or build by
giving inputs
4. Static Testing - validating the application or build
with out by giving inputs. exp- GUI testing (Validating
Font, logos, size etc. and present of fields and buttons
etc)
| Is This Answer Correct ? | 2 Yes | 3 No |
What is system testing? when we use system testing in our project?
why we use sql server in webapplication
what is Inspection?
In my application, date box is present on every screen. As a tester I have to test it on every screen. So need to write test case for it. If I write a test case for Date box only once & I refer that test case for next screen date box testing. Is it Ok?? E.g. Test case name - Date Box test Test Case Id - 01 If I want to write test case for Date box on New screen/module. Then is it OK?? Test Case Name - Date Box test Test Case Id - 20 Test Steps - Refer steps of test case id-01
How can we change session time ?In JAVA application
Can any one tell me how will be the projects in realtime life?. I am much worried because this going to be my first job?
what are the defects in gmail
suppose if you are in ATM center and if you withdraw an amount of rs. 10000/-, you get a message to your mobile for deduction of amount but you did not receive any amount from ATM machine. What will you do? How do you rise a defect?
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
what is cookies. how do we test the cookies
name some popular functional testing tool
In how many ways you perform batchtesting ?