I am Virender Singh and I am a software Engineer.
I have been in the Software profession for more than 12 years now. I worked on large spectrum of projects, from being a QA engineer to being a Development Engineer. At present I work as a Software Engineer for Microsoft India Development centre. I love to learn new technologies, specially in the field of Image Processing and Digital Signal processing. You can find me at following locations
@LinkedIn
@FaceBook
@ToolsQA
@Github
JUnit TutorialJunit IntroductionFirst Junit TestJUnit Test RunnerJunit Methods and ClassesJUnit Test SuiteRunning Junit Tests from EclipseJunit Test with Selenium WebDriver Welcome to this new tutorial in the continuing series on JUnit. Thus far we have discussed following topics on JUnits: Introduction First Junit Test Junit Test Runner Muliple Test Method & Test Classes JUnit Test…
JUnit TutorialJunit IntroductionFirst Junit TestJUnit Test RunnerJunit Methods and ClassesJUnit Test SuiteRunning Junit Tests from EclipseJunit Test with Selenium WebDriver Now that we have added tests and created a test suite, lets see if Eclipse can help us run our Junit tests. As we are already using Eclipse for developing our Unit tests, we can…
JUnit TutorialJunit IntroductionFirst Junit TestJUnit Test RunnerJunit Methods and ClassesJUnit Test SuiteRunning Junit Tests from EclipseJunit Test with Selenium WebDriver Till now we know how to add tests and how to run them. We also learned how to create multiple test classes. Now, let’s find out a way to group our tests to create test…
JUnit TutorialJunit IntroductionFirst Junit TestJUnit Test RunnerJunit Methods and ClassesJUnit Test SuiteRunning Junit Tests from EclipseJunit Test with Selenium WebDriver Adding Methods in Junit Test Class Moving ahead we would like to add more tests in our previously created test class JunitMathProvider_1. Let’s do that. We already have a test method that tests the MathProvider.Add()…
JUnit TutorialJunit IntroductionFirst Junit TestJUnit Test RunnerJunit Methods and ClassesJUnit Test SuiteRunning Junit Tests from EclipseJunit Test with Selenium WebDriver Till now we have learned how to write a unit test and run that test. But running a test one by one is a pain and it is not even manageable as in any project…
JUnit TutorialJunit IntroductionFirst Junit TestJUnit Test RunnerJunit Methods and ClassesJUnit Test SuiteRunning Junit Tests from EclipseJunit Test with Selenium WebDriver Now that we have our AUT class present we will write our first test. In Junit we write tests in the form of classes. Each class has a method or a set of methods which…
JUnit TutorialJunit IntroductionFirst Junit TestJUnit Test RunnerJunit Methods and ClassesJUnit Test SuiteRunning Junit Tests from EclipseJunit Test with Selenium WebDriver What is Unit testing? Unit testing is a testing methodology where individual units are tested in isolation from other units. This is usually done by developers. A unit can be considered as a class or method…
BASICSSelenium TestingSet Up WebDriver with EclipseSet Up JavaSet Up EclipseDownload Selenium WebDriverConfigure Selenium WebDriver with EclipseFirst Selenium Test CaseHow to use GeckoDriver in Selenium?Running Test on Safari BrowserRun Selenium tests on ChromeRunning Test on IE ExplorerRun Selenium tests on EdgeInternet Explorer Driver ServerChallenges to run Selenium Scripts with IE BrowserWebDriver CommandsBrowser CommandsNavigation CommandsWebElement CommandsFind Element…
BASICSSelenium TestingSet Up WebDriver with EclipseSet Up JavaSet Up EclipseDownload Selenium WebDriverConfigure Selenium WebDriver with EclipseFirst Selenium Test CaseHow to use GeckoDriver in Selenium?Running Test on Safari BrowserRun Selenium tests on ChromeRunning Test on IE ExplorerRun Selenium tests on EdgeInternet Explorer Driver ServerChallenges to run Selenium Scripts with IE BrowserWebDriver CommandsBrowser CommandsNavigation CommandsWebElement CommandsFind Element…
BASICSSelenium TestingSet Up WebDriver with EclipseSet Up JavaSet Up EclipseDownload Selenium WebDriverConfigure Selenium WebDriver with EclipseFirst Selenium Test CaseHow to use GeckoDriver in Selenium?Running Test on Safari BrowserRun Selenium tests on ChromeRunning Test on IE ExplorerRun Selenium tests on EdgeInternet Explorer Driver ServerChallenges to run Selenium Scripts with IE BrowserWebDriver CommandsBrowser CommandsNavigation CommandsWebElement CommandsFind Element…