Add Assert.String(Not)Equals to the API

For (N)VARCHAR(max) strings, the Assert.Equals API cannot be used. Since the IsLike procedure does not handle big patterns either, the API should be extended with a StringEquals call to allow the c...

Id #10312 | Release: Version 1.9 | Updated: Apr 1 at 2:59 AM by lmolnar | Created: Feb 7 at 8:42 AM by tlambrec

IsLike not working if LIKE pattern > 4000 chars

The Assert.IsLike and IsNotLike procedures don't work if the ExpectedLikeValue is bigger than 4000 characters. This is a limitation of sql server. Adjust the procedures to use nvarchar(4000) as dat...

Id #10311 | Release: Version 1.9 | Updated: Apr 1 at 2:59 AM by lmolnar | Created: Feb 7 at 8:40 AM by tlambrec

Add sp procedure to the master for running the Unit Tests

We have created an sp procedure (sp_utf_run - which is according to our naming convention) that is deployed on the master database. This allows us to run the unit tests more easily. We assign a SSM...

Id #10161 | Release: None | Updated: Apr 1 at 3:02 AM by lmolnar | Created: Jan 17 at 7:19 AM by tlambrec

Can the server and database name be added to the generated xml?

Since we have multiple databases on multiple servers, it would be very usefull to have the database and server name included in the results xml. Following variable and function can be used: @@serve...

Id #10160 | Release: Version 1.9 | Updated: Apr 1 at 2:58 AM by lmolnar | Created: Jan 17 at 7:09 AM by tlambrec

Overall XML Status always yields "Failed" when using RunSuite

In the Internal.PrintHeaderForSession procedure, the variable @TestSessionStatusString will always end up as Failed because of a missing ELSE: IF (@TestSessionStatus = 1) SET @TestSessionStatusS...

Id #10030 | Release: Version 1.9 | Updated: Apr 1 at 2:58 AM by lmolnar | Created: Dec 22 2011 at 11:31 AM by tlambrec

  • 1-5 of 5 Work Items
    • Previous
    • 1
    • Next
    • Showing
    • All
    • Work Items