|
Sep 7 |
awarded | Commentator |
|
Sep 7 |
comment |
Testing random number generation I would take a simpler approach, how would you test manual random number (picked in a hat)? You want to validate that all numbers are eventually generated. You want to validate the distribution (number of occurrence of a number). For the software, I think the interesting point is also to focus on the performance. Do you generate the first number as fast as you generate the last number for example? |
|
Jun 26 |
answered | How to test the test scripts? |
|
Jun 26 |
accepted | Best practices to test PowerShell cmdlets? |
|
Oct 20 |
comment |
Best practices to test PowerShell cmdlets? Thanks, any hints about security testing with PS? |
|
Oct 20 |
comment |
Best practices to test PowerShell cmdlets? Thanks, that sounds like wise advises for DB testing. I am currently more interested by the PS side (data validation, management of SQL errors, SQL injection). |
|
Sep 28 |
asked | Best practices to test PowerShell cmdlets? |
|
Sep 28 |
comment |
If you could only give one book to a tester to teach them about testing, what would it be? +1 for Binder's book. |
|
May 16 |
accepted | Testing techniques repository? |
|
May 16 |
answered | Testing techniques repository? |
|
May 16 |
awarded | Scholar |
|
May 16 |
comment |
Testing techniques repository? Thanks Justin, interesting links. I am wondering what would cause all these repositories to go into the "dead tree" variety :). |
|
May 16 |
comment |
Testing techniques repository? That is also what I eventualy found out. |
|
May 12 |
comment |
Testing techniques repository? Actually, I found out that wikipedia got a nice portal about testing: en.wikipedia.org/wiki/Portal:Software_Testing. |
|
May 10 |
comment |
Testing techniques repository? Yes Ethel, that would be the idea behind it. Will try to get it done. If anyone wants / can help, please ping me! |
|
May 10 |
awarded | Teacher |
|
May 10 |
awarded | Supporter |
|
May 10 |
answered | Blogs to follow to further learning |
|
May 9 |
comment |
Testing techniques repository? Actually I was thinking about a wiki of formal testing techniques. I am not aware of all techniques available around and I guess that would be great to have a place were you can learn about them. |
|
May 8 |
comment |
Testing techniques repository? I meant techniques as in formal test design ideas, like pairwise or boundary. |