jnaithani / genetic-programming

A Genetic Programming Environment (SEIS 610/Fall 2013)
2 stars 2 forks source link

Testing #3

Open wbashir opened 10 years ago

wbashir commented 10 years ago

System Testing Plan and Test Results

Generate a detailed test plan with change management, data requirements, data values and combinations, system test environment, tables of values for input/output, criteria s for entrance and exit.

Tests plan should include:

White Box Testing

Black Box Testing

jnaithani commented 10 years ago

Kholoud, Mohammed, @KBenderaa @mohammedalkhiat

Would either of you like to work on the test plan and activity? Our last lecture - on testing - should provide information to help with regard to this task as well. Think about it and we can discuss when we meet in class this Wednesday.

-Jayesh

cc: @warsamebashir @rkg11gupta

KBenderaa commented 10 years ago

OMG !! Sorry I just saw this email. I know its too late to reply on it .. but once we are going to meet this weekend, I am going to take some tasks to work on them for our project.

Sorry again , Kholoud

On Tue, Nov 19, 2013 at 5:52 PM, jnaithani notifications@github.com wrote:

Kholoud, Mohammed, @KBenderaa https://github.com/KBenderaa @mohammedalkhiat https://github.com/mohammedalkhiat

Would either of you like to work on the test plan and activity? Our last lecture - on testing - should provide information to help with regard to this task as well. Think about it and we can discuss when we meet in class this Wednesday.

-Jayesh

cc: @warsamebashir https://github.com/warsamebashir @rkg11guptahttps://github.com/rkg11gupta

— Reply to this email directly or view it on GitHubhttps://github.com/jnaithani/genetic-programming/issues/3#issuecomment-28851248 .

Best Regards,

wbashir commented 10 years ago

The Test plan documentation will be connected to the Unit tests we have created so far, the functional tests and validation tests are minimal but should suffice for making sure the application performs it's critical tasks according to our requirements. We can talk about challenges in this area and the difficulty in testing

wbashir commented 10 years ago

Updated with more test in latest commits

jnaithani commented 10 years ago

Rajesh,

Attached are the updated slides.

-Jayesh

On Tue, Dec 3, 2013 at 9:01 PM, warsamebashir notifications@github.comwrote:

Updated with more test in latest commits

— Reply to this email directly or view it on GitHubhttps://github.com/jnaithani/genetic-programming/issues/3#issuecomment-29774057 .

rkg11gupta commented 10 years ago

Jayesh I don't see the attachment.

 

On Tuesday, December 3, 2013 9:03 PM, jnaithani notifications@github.com wrote:

Rajesh,

Attached are the updated slides.

-Jayesh

On Tue, Dec 3, 2013 at 9:01 PM, warsamebashir notifications@github.comwrote:

Updated with more test in latest commits

— Reply to this email directly or view it on GitHubhttps://github.com/jnaithani/genetic-programming/issues/3#issuecomment-29774057

.

— Reply to this email directly or view it on GitHub.

wbashir commented 10 years ago

@rkg11gupta @jnaithani Did you guys receive my slides ?

rkg11gupta commented 10 years ago

I got your slides

Rajesh

Sent from my iPhone

On Dec 3, 2013, at 9:17 PM, warsamebashir notifications@github.com wrote:

@rkg11gupta @jnaithani Did you guys receive my slides ?

— Reply to this email directly or view it on GitHub.

jnaithani commented 10 years ago

Warsame, @warsamebashir

Here is the result from the black box test to see if the program terminates after max execution time of 15 minutes is exceeded.

Start Time : 2013-12-08 11:18:31 Current Time : 2013-12-08 11:33:31 Elapsed seconds : 900001 milliseconds Current generation count : 401500 Current generation population size : 100 Fittest Solution : ( 0 - 9 ) Fittest Solution (trimmed) : (0-9) Fittest Solution depth : 2 Fitness : 987.5

- / \ 0 9

The following two properties in settings.properties were re-configured to test this case:

Max depth of a GP tree. The depth is the count of the number of nodes, not edges, in the longest path.

maxdepth=2

Max depth limit to avoid excessive growth of trees after crossover

maxdepthlimit=2

-Jayesh

cc: @KBenderaa @rkg11gupta @mohammedalkhiat

bb_test_maxtimeexceeded