Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Embedded Software Testing
#1

Embedded Software Testing

[attachment=16429]

Definition Of Testing
Testing is performing all of the following:
Providing software with inputs (a workload )
Executing a piece of software
Monitoring software state and/or outputs for expected properties, such as:
Conformance to requirements
Preservation of invariants (e.g., never applies brakes and throttle together)
Match to expected output values
Lack of surprises such as system crashes or unspecified behaviors
General idea is attempting to find bugs by executing a program
The following are potentially useful techniques, but are not testing:

Model checking
Static analysis (lint; compiler error checking)
Design reviews of code
Traceability analysis

Smoke Testing
Quick test to see if software is operational
Idea comes from hardware realm turn power on and see if smoke pours out
Generally simple and easy to administer
Makes no attempt or claim of completeness
Smoke test for car: turn on ignition and check:
Engine idles without stalling
Can put into forward gear and move 5 feet, then brake to a stop
Wheels turn left and right while stopped
Good for catching catastrophic errors
Especially after a new build or major change
Exercises any built-in internal diagnosis mechanisms
But, not usually a thorough test
More a check that many software components are alive
Reply

#2

to get information about the topic "software testing" full report ppt and related topic refer the page link bellow

http://seminarsprojects.net/Thread-embed...re-testing

http://seminarsprojects.net/Thread-appli...e=threaded
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 iAndrew & Melroy van den Berg.