SlideShare una empresa de Scribd logo
1 de 56
Descargar para leer sin conexión



   


 
 

 
   
 
 
 
 
 






   

• 
• 
• 





 



   




































   

























• 
• 
• 
• 

   
• 
•  

 
   
 




   

 
 


  

   

      












 

 
 

1
2
1


   




2
1
3
4
5
6
2
1
3



 

 


   
 


 


   



• 
• 
• 
   

• 
• 
• 


   



   




   


 
 
   





• 



   
• 
• 
• 
• 



• 
• 
• 
   


• 
• 






   








   










   










   







   





• 
• 


• 
• 
   
• 
• 
• 
• 


• 


• 

   


• 
• 
• 
• 

   


 





   






 




 
   






  te
Test Script
Execution
Protocol
   







public class Discount {
// Calculation Discount depending
// on the size of the order
// Business Rules:
// amount < 0: Exception
// 0 <= amount < 100: No discount
// amount > 1000: 5% discount



   
public double getDiscount(double amount) {


}
}








read
   







write
   



/*
* @author Rick Mugridge 6/12/2003
* Copyright (c) 2003 Rick Mugridge, University of Auckland, NZ
* Released under the terms of the GNU General Public License version 2 or later.
*/
public class CalculateDiscount
extends fit.ColumnFixture {
public double amount;


   
public double amount;
private Discount application = new Discount();
public double discount() {
return application.getDiscount(amount);
}
}

   

   






 

 

   




 
 
   




   





 


   


   

 


 
  
 

   

 

   


 

 
   

 

 

 

 
 
–  

   





 
 
 
 
 

   
 
  
  
 
 
 


 

 
  
!define x {1} 
   
!define x {1} 




 



• 
• 
•  
• 
• 
   



• 
• 
– 
• 
– 
– 
– 
   
– 


• 

• 

• 
   
•
 
• 

• 

• 

•



• 

• 

• 

   






• 
– 
• 
   
• 
– 
• 
– 
– 
– 


• 





   

• 




- 
 

  

 
   
 




   

   



Más contenido relacionado

Destacado

Evaluation question 6
Evaluation question 6Evaluation question 6
Evaluation question 6Gjasta
 
Compiler for Zero-Knowledge Proof-of-Knowledge Protocols
Compiler for Zero-Knowledge Proof-of-Knowledge ProtocolsCompiler for Zero-Knowledge Proof-of-Knowledge Protocols
Compiler for Zero-Knowledge Proof-of-Knowledge ProtocolsThomas Briner
 
Electronic Voting in the Standard Model
Electronic Voting in the Standard ModelElectronic Voting in the Standard Model
Electronic Voting in the Standard ModelThomas Briner
 
joc didactic basmul
joc didactic basmuljoc didactic basmul
joc didactic basmulbianca.grancea
 
Jurnaltaramadhanftth
JurnaltaramadhanftthJurnaltaramadhanftth
JurnaltaramadhanftthAkhmad Hambali
 

Destacado (9)

Cnr Global Business Profile V2.8
Cnr Global Business Profile V2.8Cnr Global Business Profile V2.8
Cnr Global Business Profile V2.8
 
Evaluation question 6
Evaluation question 6Evaluation question 6
Evaluation question 6
 
Cnr global business profile v2.8
Cnr global business profile v2.8Cnr global business profile v2.8
Cnr global business profile v2.8
 
Aplicatia word
Aplicatia wordAplicatia word
Aplicatia word
 
Compiler for Zero-Knowledge Proof-of-Knowledge Protocols
Compiler for Zero-Knowledge Proof-of-Knowledge ProtocolsCompiler for Zero-Knowledge Proof-of-Knowledge Protocols
Compiler for Zero-Knowledge Proof-of-Knowledge Protocols
 
Electronic Voting in the Standard Model
Electronic Voting in the Standard ModelElectronic Voting in the Standard Model
Electronic Voting in the Standard Model
 
joc didactic basmul
joc didactic basmuljoc didactic basmul
joc didactic basmul
 
Jurnaltaramadhanftth
JurnaltaramadhanftthJurnaltaramadhanftth
Jurnaltaramadhanftth
 
Jurnaltajames
JurnaltajamesJurnaltajames
Jurnaltajames
 

Más de Thomas Briner

5-Systemtest-Automatisierung_20160519
5-Systemtest-Automatisierung_201605195-Systemtest-Automatisierung_20160519
5-Systemtest-Automatisierung_20160519Thomas Briner
 
4-Testcasedesign_20160519
4-Testcasedesign_201605194-Testcasedesign_20160519
4-Testcasedesign_20160519Thomas Briner
 
3-UnitTesting_20160518
3-UnitTesting_201605183-UnitTesting_20160518
3-UnitTesting_20160518Thomas Briner
 
1-Intro-2-ET_20160516
1-Intro-2-ET_201605161-Intro-2-ET_20160516
1-Intro-2-ET_20160516Thomas Briner
 
Perfect Forward Secrecy - Next Step in Information Security
Perfect Forward Secrecy - Next Step in Information SecurityPerfect Forward Secrecy - Next Step in Information Security
Perfect Forward Secrecy - Next Step in Information SecurityThomas Briner
 
Mobile Computing fÌr die öffentliche Hand: Durchstarten ohne Bruchlandung
Mobile Computing fÌr die öffentliche Hand: Durchstarten ohne BruchlandungMobile Computing fÌr die öffentliche Hand: Durchstarten ohne Bruchlandung
Mobile Computing fÌr die öffentliche Hand: Durchstarten ohne BruchlandungThomas Briner
 
Mobile Prozesse in der Verwaltung – mehr als nur Apps und Devices
Mobile Prozesse in der Verwaltung – mehr als nur Apps und DevicesMobile Prozesse in der Verwaltung – mehr als nur Apps und Devices
Mobile Prozesse in der Verwaltung – mehr als nur Apps und DevicesThomas Briner
 
Tour d'horizon Mobile Computing: Vom Hype zum Werkzeug - Mobile Computing im ...
Tour d'horizon Mobile Computing: Vom Hype zum Werkzeug - Mobile Computing im ...Tour d'horizon Mobile Computing: Vom Hype zum Werkzeug - Mobile Computing im ...
Tour d'horizon Mobile Computing: Vom Hype zum Werkzeug - Mobile Computing im ...Thomas Briner
 
Testgetriebene Datenmigration
Testgetriebene DatenmigrationTestgetriebene Datenmigration
Testgetriebene DatenmigrationThomas Briner
 
Mobile Computing verlangt nach neuen DenkansÀtzen
Mobile Computing verlangt nach neuen DenkansÀtzenMobile Computing verlangt nach neuen DenkansÀtzen
Mobile Computing verlangt nach neuen DenkansÀtzenThomas Briner
 
Sicherheit im Mobile Computing
Sicherheit im Mobile ComputingSicherheit im Mobile Computing
Sicherheit im Mobile ComputingThomas Briner
 
Überleben als embedded Tester im Scrum Team - SwissTestingDay 2012
Überleben als embedded Tester im Scrum Team - SwissTestingDay 2012Überleben als embedded Tester im Scrum Team - SwissTestingDay 2012
Überleben als embedded Tester im Scrum Team - SwissTestingDay 2012Thomas Briner
 

Más de Thomas Briner (12)

5-Systemtest-Automatisierung_20160519
5-Systemtest-Automatisierung_201605195-Systemtest-Automatisierung_20160519
5-Systemtest-Automatisierung_20160519
 
4-Testcasedesign_20160519
4-Testcasedesign_201605194-Testcasedesign_20160519
4-Testcasedesign_20160519
 
3-UnitTesting_20160518
3-UnitTesting_201605183-UnitTesting_20160518
3-UnitTesting_20160518
 
1-Intro-2-ET_20160516
1-Intro-2-ET_201605161-Intro-2-ET_20160516
1-Intro-2-ET_20160516
 
Perfect Forward Secrecy - Next Step in Information Security
Perfect Forward Secrecy - Next Step in Information SecurityPerfect Forward Secrecy - Next Step in Information Security
Perfect Forward Secrecy - Next Step in Information Security
 
Mobile Computing fÌr die öffentliche Hand: Durchstarten ohne Bruchlandung
Mobile Computing fÌr die öffentliche Hand: Durchstarten ohne BruchlandungMobile Computing fÌr die öffentliche Hand: Durchstarten ohne Bruchlandung
Mobile Computing fÌr die öffentliche Hand: Durchstarten ohne Bruchlandung
 
Mobile Prozesse in der Verwaltung – mehr als nur Apps und Devices
Mobile Prozesse in der Verwaltung – mehr als nur Apps und DevicesMobile Prozesse in der Verwaltung – mehr als nur Apps und Devices
Mobile Prozesse in der Verwaltung – mehr als nur Apps und Devices
 
Tour d'horizon Mobile Computing: Vom Hype zum Werkzeug - Mobile Computing im ...
Tour d'horizon Mobile Computing: Vom Hype zum Werkzeug - Mobile Computing im ...Tour d'horizon Mobile Computing: Vom Hype zum Werkzeug - Mobile Computing im ...
Tour d'horizon Mobile Computing: Vom Hype zum Werkzeug - Mobile Computing im ...
 
Testgetriebene Datenmigration
Testgetriebene DatenmigrationTestgetriebene Datenmigration
Testgetriebene Datenmigration
 
Mobile Computing verlangt nach neuen DenkansÀtzen
Mobile Computing verlangt nach neuen DenkansÀtzenMobile Computing verlangt nach neuen DenkansÀtzen
Mobile Computing verlangt nach neuen DenkansÀtzen
 
Sicherheit im Mobile Computing
Sicherheit im Mobile ComputingSicherheit im Mobile Computing
Sicherheit im Mobile Computing
 
Überleben als embedded Tester im Scrum Team - SwissTestingDay 2012
Überleben als embedded Tester im Scrum Team - SwissTestingDay 2012Überleben als embedded Tester im Scrum Team - SwissTestingDay 2012
Überleben als embedded Tester im Scrum Team - SwissTestingDay 2012
 

System Test Automation