Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3,...

55
Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011

Transcript of Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3,...

Page 1: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Virtis-OpisBeta Testing

Todd S. Thompson, PESouth Dakota DOT

Office of Bridge Design

August 3, 2011

Page 2: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

How does this work?

• So you want to be a Beta Tester?

• Or maybe you are a Beta Tester?

• How do I fit in the development process?

• What is Beta testing?

• What is Alpha testing?

• Am I in the wrong presentation?

Page 3: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.
Page 4: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

AASHTOWARE

• Standards and Guidelineshttp://www.aashtoware.org/Documents/07012010%20SnG%20Notebook.pdf

• Policies, Guidelines and Procedureshttp://www.aashtoware.org/Documents/PGP-October2009final.pdf

Page 5: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Lifecycle

Page 6: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Lifecycle

Page 7: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Testing & More Testing

• Contractor Testing– Unit– Build– System– Alpha

• Task Force Testing (Beta TAG)– Beta

Page 8: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Contractor Testing

• Unit testing– Is performed on each class/object or program

module to reduce the complexity of testing the entire system.

• Build testing– Is the means used for testing a component that

is made up of lesser components (units or other builds).

Page 9: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Contractor Testing

• System testing– Is used to test the system as a whole and to ensure that

the integration is completed and that the system performs as required.

– Ensures that all user and system requirements are met

– Allows the contractor to prepare for alpha testing and ensures that the product is complete and ready for formal alpha testing and the subsequent acceptance.

Page 10: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Contractor Testing

• Alpha testing– Covers the same system and system

components as System Testing.– The emphasis is, however, on breaking the

system, checking the user and system requirements, and reviewing all documentation for completeness by using the application as if it were in production.

Page 11: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Contractor Testing

• Alpha testing complete– Contractor documents everything is complete,

tested and meets all the requirements– Task Force accepts and approves the start of

Beta Testing

Page 12: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Beta Testing

• Beta TAG role– Confirm operational and functionality

requirements are satisfied– Operates in users’ environment– Review of documentation– Confirm ready to implement

Page 13: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Beta Testing

• Beta TAG Chair/Contractor– Confirm all the various user environments are

covered• Operating Systems

• Databases

• Design vs Rating

Page 14: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Beta Testing Cycle

• Installation problems are reported

• Contractor resolves installation issues and re-distributes material, as necessary

• Testers perform their work and report problems

• Contractor validates and fixes problems

Page 15: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.
Page 16: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Beta Testing Process

• Test using YOUR bridges

• Report Bugs to Support Center

• Confirm bugs were fixed in subsequent release(s)

• Recommend (or not) Acceptance Release is ready for production

Page 17: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

What to test?

• Test variety of your typical bridges

• Migrate your database– Copy of your production DB?– And/Or copy of your “testing DB”?

• Test just like you were going to migrate to the next version in production

Page 18: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

What to test?

• Confirm bridges with valid results are still valid

• Review new enhancements and confirm they work

Page 19: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Test or Check?

• Is there a difference?

• What is the difference of testing software or checking software?

Page 20: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Checking Software

• Is confirming existing beliefs

• Is a validation or verification

• Is often done by programmers as they work – making sure they don’t break something

• Is focusing on making sure the program doesn’t fail

Page 21: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Testing Software

• Something done with motivation to learn something new

• Process of exploratory, discovery, investigation and learning

• Trying to find limits

• Trying to find everything about the program that works and does NOT work

Page 22: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Checking vs Testing

• Checking provides a yes or no

• Checking answers the question “Does this assertion pass or fail?”

• Testing is open ended

• Testing is “Is there a problem here?”

Page 23: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Checking vs Testing

• Checking doesn’t let us know if the program works – it only lets us know it’s working within the scope of our expectation(s)

• Testing is, in part, finding out if our checks are good enough

Page 24: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Checking vs Testing

• Testing involves some checking, but if it only involves checking, it will be poor testing

• Testing involves curiosity and exploration and can’t be automated – it involves human intervention

Page 25: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Checking vs Testing

• If we find a problem in testing, the checks need to be revised so that the problem doesn’t happen again

• Automated testing is really automated checking

• Any “testing” that is looking for a yes/no or an expected result is actually checking

Page 26: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Find a bug?

• Document any and all errors or bugs you find

Page 27: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.
Page 28: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Documenting

• Confirm your problem/issue– Provide the bridge XML– Explain how it happens– Screenshots of error or problem– Explain what it should be– Engine, DB, OS, etc

Page 29: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.
Page 30: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Test New Features

• Review new Enhancements– Plan out what you can test– E.g. if you don’t have floor trusses – don’t plan

on testing that portion.

Page 31: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Global Testing

• Check Final results of various bridges– I have various groups of bridges that have

“accepted” results– Compare those RF’s with new release(s)– Use of spreadsheet(s) to quickly compare

results

• Look at the “final” result and compare

Page 32: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Global Testing

• Quick and fairly easy way to feel comfortable with new release– Your bridges– Your results– Good comparison– Identify potential problems

Page 33: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Global Testing

• Compare Final LF Rating Results with previous version

• Brass LF 6.2 vs AAHSTO LF 6.3

• HS 20 – INV RF = 1.108 (Version 6.2)– INV RF = 1.087 (Version 6.3) – Only 2% difference – say ok

Page 34: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Global Testing

• Life is easy when everything matches

• But what to do when you get differences?– Confirm same bridge data (same input)– Confirm bridge properties– Confirm same load effects (DL and LL)– Confirm capacities– Confirm rating factors (if load rating)

Page 35: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Global Testing

• When you get differences – you need your detective hat

• Think about what input affects the results and where the difference could be found– Spec Change?– Corrected previous error/bug?

Page 36: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Global Testing

• The more data you can confirm

• The better you can isolate the difference

• Greatly reduces the time the developer needs to try to figure out what and where the problem is and get a successful fix.

Page 37: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

“Local” Testing

• Looking into the deep and dirty details of the analysis– Comparing Moments, Shears, Deflections– Comparing M, V, & Service Capacities– Reviewing Specifications and their details– Reviewing other details as necessary– Very time consuming effort at times

Page 38: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Enhancement Testing

• Testing out new features in the application

• FY 2011 Work Plan– FP1 User Enhancements

• Truss LL Distribution Factor

Page 39: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Truss LL DF

Page 40: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Truss LL DF

Page 41: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Truss LL DF

Page 42: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Truss LL DF

Page 43: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Truss LL DF

Page 44: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Truss LL DF

Page 45: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Truss LL DF

Page 46: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Truss LL DF

• Compare LL DF’s

• Hand Calcs vs Virtis Calcs– Single Lane M LL DF

• 0.865 vs 0.87

– Multi Lane M LL DF• 1.7725 vs 1.77

Page 47: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Truss LL DF

• Hand Calcs vs Virtis Calcs– Both used AASHTO 3.12.1 for multi lane

reduction factors– Both used AASHTO 3.6.2 for 12 ft lanes– Both used 2 ft from curb line to first Wheel– Everything agrees with hand calcs– Accept this Enhancement as correct

Page 48: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Other testing areas

• Reports– Data Correct– Labels match data– Missing data

• Import/Export• Bridge and Library XML files

– Conversion works ok, if necessary– Bridge rates ok after migration – same results

Page 49: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Other testing areas

• Administration– Adding/Removing users– Revising their permissions (groups)

• Other Configuration revisions– Libraries

Page 50: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.
Page 51: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Still Want to Test?

Page 52: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Other Beta Test TAG duties

• Review upcoming enhancements

• Review GUI changes during design

• Review enhancement list and short list them for UG meeting

• Other duties as assigned by TAG Chair and/or Task Force

Page 53: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Why?

• Why do I test?– I’m going to do the same testing before I’d

implement a new version anyway, so might as well have a jump start from ground level.

– I learn the product and the new enhancements.– Get to help in direction of the product.– Like to help

Page 54: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Why do you want to test?

Page 55: Virtis-Opis Beta Testing Todd S. Thompson, PE South Dakota DOT Office of Bridge Design August 3, 2011.

Questions?