Software tester should be familiar with those scripting language to master automation of software testing.
http://www.csharp-station.com/Tutorial/CSharp/Lesson01
Warning: C# is case-sensitive.
// Namespace Declarationusing System;// Program start classclass WelcomeCSS{ // Main begins program execution. static void Main() { // Write to console Console.WriteLine("Welcome to the C# Station Tutorial!"); }}
C# lecturehttp://www.hoons.kr/Lecture/LectureMain.aspx?idx=7
http://msdn.microsoft.com/ko-kr/library/0cs3416d(v=vs.80).aspxMS C# programming Guide
Useful programming tutorial Jbook
http://www.jabook.com/
C# 언어입문ㅊ# 프로그램 내부 (Visual C#)http://msdn.microsoft.com/ko-kr/library/6c70zway(v=vs.90).aspx
http://msdn.microsoft.com/en-us/aa336742.aspx
http://code.msdn.microsoft.com/Visual-Studio-2010-Samples-31b491f3
Software tester should be familiar with those scripting language to master automation of software testing.
ReplyDeletehttp://www.csharp-station.com/Tutorial/CSharp/Lesson01
ReplyDeleteWarning: C# is case-sensitive.
ReplyDelete// Namespace Declaration
ReplyDeleteusing System;
// Program start class
class WelcomeCSS
{
// Main begins program execution.
static void Main()
{
// Write to console
Console.WriteLine("Welcome to the C# Station Tutorial!");
}
}
C# lecture
ReplyDeletehttp://www.hoons.kr/Lecture/LectureMain.aspx?idx=7
http://msdn.microsoft.com/ko-kr/library/0cs3416d(v=vs.80).aspx
DeleteMS C# programming Guide
Useful programming tutorial Jbook
ReplyDeletehttp://www.jabook.com/
DeleteC# 언어입문
ReplyDeleteㅊ# 프로그램 내부 (Visual C#)
http://msdn.microsoft.com/ko-kr/library/6c70zway(v=vs.90).aspx
http://msdn.microsoft.com/en-us/aa336742.aspx
ReplyDeletehttp://code.msdn.microsoft.com/Visual-Studio-2010-Samples-31b491f3
ReplyDelete