Done converting xls -> SQL Server...so far everything seems OK
Last week I 'discovered' the Dictionary Object...seems perfect when to pass/get parameters from a function (I don't use Actions). So now I am converting my test case functions using Dictionary Object instead of ordinary variables.
+ Easy to add parameters
+ Allows optional parameters
+ Allows multiple output values
+ Since my test parameters are now in a table (pair-wise) I can have a Dictionary Object with the entire recordset (select parameter_name, parameter_value where test_case_id = ...) which is easy to merge with my global test parameters (test environment etc) and have it in my call to a test case.
Set objTCOutputData = MyTestCase (objTCInputData)
- Values in a Dictionary Object are not visible when debugging :-(
“Slop Coding” and Responsible Testers
                      -
                    
When I first heard the term “vibe coding”– a day that shall live in 
euphemy– I immediately disliked its cutesiness. I’ve found that in my own 
work I am d...
4 days ago

No comments:
Post a Comment