Click here to Skip to main content
15,904,416 members
Home / Discussions / C#
   

C#

 
GeneralRe: Creating my own enhanced dos language Pin
Dave Kreskowiak19-Jul-20 10:14
mveDave Kreskowiak19-Jul-20 10:14 
GeneralRe: Creating my own enhanced dos language Pin
Member 1270775220-Jul-20 9:19
Member 1270775220-Jul-20 9:19 
GeneralRe: Creating my own enhanced dos language Pin
Dave Kreskowiak20-Jul-20 12:22
mveDave Kreskowiak20-Jul-20 12:22 
GeneralRe: Creating my own enhanced dos language Pin
Member 1270775221-Jul-20 2:15
Member 1270775221-Jul-20 2:15 
GeneralRe: Creating my own enhanced dos language Pin
Richard MacCutchan21-Jul-20 2:55
mveRichard MacCutchan21-Jul-20 2:55 
GeneralRe: Creating my own enhanced dos language Pin
Dave Kreskowiak21-Jul-20 4:51
mveDave Kreskowiak21-Jul-20 4:51 
GeneralRe: Creating my own enhanced dos language Pin
Member 1270775221-Jul-20 8:22
Member 1270775221-Jul-20 8:22 
GeneralRe: Creating my own enhanced dos language Pin
Dave Kreskowiak21-Jul-20 8:58
mveDave Kreskowiak21-Jul-20 8:58 
GeneralRe: Creating my own enhanced dos language Pin
Richard MacCutchan21-Jul-20 10:25
mveRichard MacCutchan21-Jul-20 10:25 
QuestionHelp with a program that's made in c# - I have the source Pin
Member 1489329719-Jul-20 2:32
Member 1489329719-Jul-20 2:32 
AnswerRe: Help with a program that's made in c# - I have the source Pin
Garth J Lancaster19-Jul-20 2:42
professionalGarth J Lancaster19-Jul-20 2:42 
AnswerRe: Help with a program that's made in c# - I have the source Pin
Richard MacCutchan19-Jul-20 3:47
mveRichard MacCutchan19-Jul-20 3:47 
QuestionHow to debug Web Service with remote debug? Pin
Member 767463417-Jul-20 3:31
Member 767463417-Jul-20 3:31 
AnswerRe: How to debug Web Service with remote debug? Pin
Dave Kreskowiak17-Jul-20 10:36
mveDave Kreskowiak17-Jul-20 10:36 
GeneralRe: How to debug Web Service with remote debug? Pin
Member 767463419-Jul-20 22:15
Member 767463419-Jul-20 22:15 
QuestionHandling a Leading Decimal in a TextBox Pin
Member 1487212816-Jul-20 9:48
Member 1487212816-Jul-20 9:48 
AnswerRe: Handling a Leading Decimal in a TextBox Pin
OriginalGriff16-Jul-20 9:58
mveOriginalGriff16-Jul-20 9:58 
AnswerRe: Handling a Leading Decimal in a TextBox Pin
Richard MacCutchan16-Jul-20 21:32
mveRichard MacCutchan16-Jul-20 21:32 
GeneralRe: Handling a Leading Decimal in a TextBox Pin
Member 1487212817-Jul-20 2:52
Member 1487212817-Jul-20 2:52 
GeneralRe: Handling a Leading Decimal in a TextBox Pin
Richard MacCutchan17-Jul-20 3:07
mveRichard MacCutchan17-Jul-20 3:07 
QuestionHow to generate automatic test cases for any simple module Pin
sagarpallavi16-Jul-20 1:09
sagarpallavi16-Jul-20 1:09 
AnswerMy Downvote Pin
Keith Barrow16-Jul-20 3:58
professionalKeith Barrow16-Jul-20 3:58 
AnswerRe: How to generate automatic test cases for any simple module Pin
jkirkerx16-Jul-20 8:23
professionaljkirkerx16-Jul-20 8:23 
Wow, you wrote that like we are biding on your job, or we are a member of your programming staff.
So lets talk about this simple CRUD module ...

Simply write code to perform your unit testing of your CRUD operations!
Or write code to simulate multiple scenarios like real time use of the application.

Automatically generate test scenarios?
I think it would be faster to just write code, than to setup an automated test.
I can't see how an automated test would produce a test of durability, reliability and speed for a CRUD operation.
CRUD is so simple in design, and requires very few lines of code if planned correctly.

Unit Testing Tutorial: 6 Best Practices to Get Up To Speed
If it ain't broke don't fix it
Discover my world at jkirkerx.com

AnswerRe: How to generate automatic test cases for any simple module Pin
F-ES Sitecore17-Jul-20 1:15
professionalF-ES Sitecore17-Jul-20 1:15 
AnswerRe: How to generate automatic test cases for any simple module Pin
Gerry Schmitz17-Jul-20 4:27
mveGerry Schmitz17-Jul-20 4:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.