<% @LANGUAGE = VBScript%> <% Option Explicit Response.Expires = 0 Response.Buffer = True Sub sendMail() Dim mailSubject,mailBody,inEmail,badMail,inID,x,mailName,eMail inID = Trim(Request.Form("FormID")) inEmail = Trim(Request.Form("Email")) mailSubject = "" mailBody = "" If inStr(inEmail, "@") < 1 OR inStr(inEmail,"@") > Len(inEmail) OR inStr(inEmail,"@") = Len(inEmail) Then badMail = "BAD EMAIL: " If inID = "BOOKING" Then mailName = Trim(Request.Form("FirstName"))&" "&Trim(Request.Form("LastName")) mailSubject = mailSubject & "RADWEB BOOKING: "&Trim(Request.Form("Course")) Else mailName = Trim(Request.Form("FullName")) mailSubject = mailSubject & "RADWEB CONTACT: "&Trim(Request.Form("Course")) End If mailBody = "radtrain.co.za: "&mailSubject&"" mailBody = mailBody&"

" mailBody = mailBody&"Date: "&Year(Now)&"/"&Month(Now)&"/"&Day(Now) mailBody = mailBody&" ("&Hour(Now)&":"&Minute(Now)&")
" mailBody = mailbody&"Subject: "&mailSubject&"


" For Each x in Request.Form If x = "SB" OR x = "RB" OR x = "FormID" Then Else If x = "Email" Then mailBody = mailBody&""&x&": "&Trim(Request.Form(x))&"
" Else mailBody = mailBody&""&x&": "&Trim(Request.Form(x))&"
" End If End If Next mailBody = mailBody&"

" 'Response.Write mailBody Set eMail = Server.CreateObject( "JMail.Message" ) eMail.Logging = true eMail.silent = true eMail.From = inEmail eMail.FromName = mailName eMail.AddRecipient "info@radtrain.co.za", "Radical Training Website" eMail.Subject = mailSubject eMail.HTMLBody = mailBody eMail.Send("mail.radtrain.co.za") Set eMail = Nothing End Sub sendMail %> Radical Training CC


 

HOME PAGE
PHOTO GALLERY
FOCUS AND MISSION
CONTACT US
BOOKINGS
PRICES

International Institute of Business Analysis


2012 Schedule
06 to 11 May - SAD (Systems Development Workshop) - KZN
14 to 18 May - SAD (Systems Development Workshop) - JHB
20 to 25 May - BAD (Business Analyst Development Workshop) - JHB
03 to 08 June - BAD (Business Analyst  Development Workshop) KZN
15 to 19 October - SAD (Systems Development Workshop) - KZN
26 to 30 November - BAD (Business Analyst Development Workshop)

Course Overview
TESTING

Various studies have shown that testing is the most time-consuming aspect of any system and it is an aspect that cannot be avoided. Despite this, testing receives little or no formal attention and training. The point is made in study after study that...........

TESTING HAS THE GREATEST POTENTIAL FOR IMPROVING DELIVERED QUALITY

The little training that is available emphasises all of this and usually offers somewhat academic solutions.

We at Radical Training live by our motto that it is RESULTS that count and we have been studying information available both locally and abroad. We have compiled a two-day testing course with comprehensive documentation that can be put to use straight away in your Organisation.

Here is a list of the main topics that are covered in this two-day workshop:

 

  1. People, quality and the motivation to test. Giving each individual practical ways in which they can do it better immediately.

  2. The testing paradox

  3. Feasibility Study and risk analysis as testing tools. Samples which you can use.

  4. Critical Success Factors - the critical link in testing.

  5. Traditional approaches to testing and related problems. "Black box" vs "White box" testing.

  6. Changes in the development of Systems and a corresponding change in testing using a structured approach.

  7. Different types of Testing.

  8. How to change testing from a phase to a process, thereby building quality into a system.

  9. Verification, Validation and Testing - the methodology.

  10. Metrics - the way to find out where / what the problems are.

  11. Quality Improvement Program.

  12. Defect Prevention.

  13. Re-Usability.

  14. Maintenance Testing.

  15. How to develop test cases.

  16. Test Documentation. Templates are provided.

  17. Quality-assurance checklists for every step of the testing process are provided.

  18. Automated Testing Tools.

  19. Some of the techniques covered: Equivalence Partitioning, Boundary value analysis, Relationship analysis, Cause-Effect graphing, Structural techniques, Static testing techniques and the various levels of testing from unit through integration, systems and acceptance testing.


For prices please visit our Price Schedule link or click here!