ISEB Software Testing Training

Tag : dynamic Software Testing

As businesses look for software that meets the demands of a modern working environment, they are increasingly using cloud computing and mobile technology. Cloud computing really took off in 2011:

  • SaaS (Software as a Service) became the norm in many IT departments with a reported increase of use from 47% to 60%. As IT departments grow larger and span continents, the ability to use programs online on any computer anywhere in the world is a much more attractive prospect than installing or building software infrastructure.
  • Mobile Computing is now huge. Smartphones and tablets now outsell desktops as users want access to the internet everywhere they are.
  • Cloud Computing has also become a popular solution for businesses running out of server space – the cloud has even become a personal product for the first time thanks to Google and iCloud.

So what do we expect for 2012? Read the rest of "SaaS, Mobile and Cloud Computing in 2012"

Add a comment Read more
| More

iseb training

by alisdair on Flickr

Dynamic Software Testing –

Dynamic Software Testing is done by executing the actual application with valid inputs to check the expected output. Unit Testing, Integration Testing, System Testing and Acceptance Testing are all examples of Dynamic Software Testing.

Static Software Testing –

Static Software Testing is a white box testing technique where the developers verify or test their code with the help of a checklist to find errors in it. This testing is done without actually running the application of program. At this stage of testing, code reviews, inspections and walk throughs are normally performed.

Here are some differences between Dynamic Software Testing and Static Software Testing –

  • Static Software Testing is actually more cost effective than Dynamic Software Testing; this is because Static Software Testing is done in the initial stage.
  • Static Software Testing covers more areas in a shorter space of time than Dynamic Software Testing.
  • Dynamic Software Testing is done after the code deployment; Static Software Testing is done before.
  • Dynamic Software Testing is done in the Validation stage, whereas Static Software Testing is done in the Verification stage.
Add a comment Read more
| More