this is mubarak.
static testing means analusis of a program carried out
without executing the program.
dynamic testing means testing based on a specific test
casesby execution of the test object or running programs.
STATIC TESTING: This ia an analysis of a program carried
out without executing the program
DYNAMIC TESTING:This testing is used to test software
through executing it.It is almost similar to static testing.
STATIC TESTING: This type of testing is done during
Varification process. It does not need computer, testing
of a program is done without executing the program.
ex:Reviewing, walkthrough..
DYNAMIC TESTING:This testing is needs computer. It is done
during Validation process. The software is tested
executing it on computer.
Ex: Unit testing, integration testing, system testing...
Verification process are done in Static Testing
Validation process are done in Dynamic Testing
Vinodh Anandhan
Software Tester
Exceed Technologies
Chennai
static testing is equals to GUI testing . To perform this
no need to execute any app., just look n feel, whether all
required features r avail or not?
dynamic testing will be done while executing & after
executing an app.We can say this is functionality testing
Static testing is done on UI its a look and feel testing
Dynamic Testing is done on an application by domain
experts after the application is released dynamically.
1)Static Testing is nothing but a form of testing technique
where testing method requires programmer to manually read
there own code to find any error.The application is not
used in this technique.Mainly it is applied on
Documentation and used to analyze the physical code.
Dynamic Testing is used to test the application or
software in the time of execution.It isw applied on the
time of validetion.
2)Static Testing is done before the software is designed
Where Dynamic Testing can not be donwe if designing
part is not done
The Verification activities fall into the category of
static testing.During static testing we have a checklist to
check whether the work we are doing is going as per the org
standards or not. This is done with
walkthroughs,inspections,reviews
On the other hand,Dynamic testing involves executing the
code and to check if it works as expected.They fall in
validation activities. They inclulde system testing,unit
testing,integration testing.
After successful login,If I have to check whether the name
of the screen,other contents are proper or not this is
called GUI testing.But if I am writing the test for
functionality.then may I have to add this [Screen
name,other contents]to expected result in my Functional
testing or I have to write the other test case document for
GUI testing?Thanks in Advance
Hey all,in a web applications,i am typing the URL in the
browser and entering the Username & password.After clicking
Login button,where the authentication will happen & how (i
mean how is the process goes on...browser,web server,DB
server level)...Pls answer...