What is the difference between the normal testing and embedded testing?

In embedded testing is there any particular tool which is used?
Embedded testing is related to both hardware and software. In which category it will fall black box or white box testing?

Showing Answers 1 - 4 of 4 Answers

Bijoy Meethal ValueLabs

  • Sep 24th, 2006
 

Testing is consider to be distructive process, rather than development which is a constructive process.

Around 50% testing done in the world are purely Manual-BlackBox testing.

BlackBox as it says, is a testing which include testing of functionality and not on internal codes or loop.

the main aresa are GUI checks, functionality and Validation and little bit of Database testing.

 Where as embedded testing is done on embedded system or chips, Take an example of a company which work on embedded system, HASBRO. they create many ICs for Toys, testing this is based on inputs it receive.

  Was this answer useful?  Yes

k.manisha

  • Apr 13th, 2012
 

Difference in testing for application and embedded systems.

  Was this answer useful?  Yes

manoj

  • Apr 17th, 2012
 

boss....there is no meaning of difference of normal testing/embedded testing..

the main focus to reach the client requirement... but testing way is difference ....in embedded testing.. we will test the application in codding standards.. so we use load runner.. to measure the load of the system

  Was this answer useful?  Yes

Embedded Testing :
If an application has been developed in order to produce a desired outcome in an industry and it is not doing so, embedded software testing is done in order to figure out where the issue persists. In testing, the following are performed:

1. The software is provided with a number of inputs.

2. A Piece of the software is executed.

3. The software state is monitored and the outputs are checked for any expected properties like whether the output matches the expected values, conformance to the requirement and absence of unspecified behaviors and system crashes.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions