Click here to Skip to main content
15,880,651 members
Everything / DevOps / Testing

Testing

testing

Great Reads

by Mark Pelf
We are giving an overview of 7 free Regex tools to test and develop Regex expressions
by Stuart Wheelwright
Using ServiceMon to obtain performance statistics for web services
by Aram Tchekrekjian
More about pattern matching types with a usage example for each type
by linush
Explains how to mock test an EF Model-First project using ADO.NET Entity Data Model template

Latest Articles

by Dev Leader
How to leverage WebApplicationFactory in ASP.NET Core for testing
by Suhagkumar Vamja
In this article, we learn about Playwright, how it works, and why it is a good choice for web automation with Java.
by Suhagkumar Vamja
In this article, we will learn how to set up Cypress and run the web automation tests (in series and parallel) on the LambdaTest cloud grid.
by Suhagkumar Vamja
In this article, we see what visual regression testing is and how it shapes the automation testing world with the help of automated visual regression testing tools.

All Articles

Sort by Updated

Testing 

22 May 2010 by #realJSOP
No change is too small for a complete regression test.
26 Jul 2016 by 123456789igor
Just started investigate the Xamarin Test Cloud. I want to write a simple test using VS and run this test on iOS simulator, which is running on Mac machine. I've connected to Xamarin Mac Agent. Agent run on the same Mac machine as the iOS simulator.I've faced with exception "iOS tests are...
21 Aug 2014 by _Asif_
Well the switch does not seem bad and showing relevant experience add your chances. If you have decided then don't back-off, keep trying.
2 May 2014 by _Noctis_
Use a project with a TabControl to quickly test theories, questions, problems
13 Aug 2016 by Aamir Yousafi
With today's modern computers, for novice programmers who write mostly small programs, it's not possible to tell which program / algorithm performs better. Is there a tool that measures CPU load and memory load and other performance metrics of a particular program in Windows (an .exe file, an...
23 Oct 2010 by aayu
HiI want to know Good Point and Bad Points of NUnit.http://www.nunit.org/index.php?p=quickStart&r=2.4[^]this link is for Quick start but i am not getting any good point and bad point Please tell me know if you anyone of them have the idea of NUnitThanks in...
17 Aug 2014 by Abdul Muneeb Abbasi
I have a generic class similar to followingpublic class HelperClass where T : DBTable, new(){}I have to shim this class but when I compile the code, I get warning.I have added following line in .fakesWhen I Set diagnostics = true,it is...
13 May 2010 by Abhinav S
Creating a mock object does not necessarily mean that the interface will be tested - a mock object is essentially 'acting as a proxy' for another object that may not be available during testing.
23 Oct 2010 by Abhinav S
NUnit is a very good framework to use.Boasting about 80 to 90% test coverage can actually help win a client.You would need something like Rhino mock with NUnit, however, to run your tests. Or else, you could build your own mock objects.
28 Jan 2013 by Abhinav S
To install the unit test framework, you will need to reinstall Visual Studio.Note that the framework is not available in the express editions.
7 Sep 2010 by Adi Saxena
Beginner level guide (step by step) on UI Automation Testing in iOS 4
13 Jun 2018 by Adityakumar2318
I am trying to write the data in excel or CSV file using beanshell. But i am not able to write the data in excel sheet at particular cell. Any help would be appreciated. What I have tried: import net.minidev.json.parser.JSONParser; import org.json.simple.parser.JSONParser; import...
24 Jun 2014 by aetheon
I've recently start working with titanium building native mobile applications.
31 Aug 2019 by Afzaal Ahmad Zeeshan
Quote: how can i write functional/UI Test cases That is what Selenium is there for, it is not only a bot maker framework. You can write the scripts to test the UI for your application. If you want to unit test the application, then you might want to check other frameworks for Python testing....
8 Feb 2016 by aglom08
if(dr.findelement(By.id("ID of Checkbox")).isSelected()){ }else(){ dr.findelement(By.id("ID of Checkbox")).click();}You can try this and this one will works and you can also check whether checkbox is checked or not.
16 Nov 2022 by aharris1012
Does anyone have experience testing with Jest/Enzyme? I need to write a test that renders the first value on selection and other parameter fields are hidden. This is an example of what my code looks like:
23 Oct 2013 by Ahmed Safan
Using the native unit test project in Visual Studio 2012.
14 Jul 2016 by Ajay K.S
I was trying to implement data driven test cases for module developed in C++ and I'm totally new to this one.What I have tried:Till now, I've understood that for native projects, data-driven type can't be implemented.If there's no built in functionality, I need to read the values...
27 Jun 2012 by ajayxlnc
Hello,I have a list of Links in Column A in Excel and there are list of links in the column B. I want to compare whether the Web Content is matching in one link is equal to the web content in the oher link. s there is any work around for this Issue.Please let me knowRegardsajyxlnc
7 Jan 2016 by Alejandro Miralles
Introducing contest. The new testing framework for .NET.
10 Mar 2016 by alejandropi
Hi,I am trying to run the NBench.Runner for an assembly signed. I have generated the signature for NBench.dll and NBench.Runner.exe, with the same signature of my project using ildasm and ilasm tools as they say in...
31 May 2012 by Alexander Van Berg
Combinatorial generation of C# generic types.
7 Mar 2012 by Ali_100
I have my website (intranet),is there any tool or software by which i can test the broken links of this entire site or page?I googled but found the tools but for internet website,, but i have a intranet site of aspx.
7 Mar 2012 by Ali_100
I have my website (intranet),is there any tool or software by which i can test the spelling of thisentire site or page?I googled but found the tools but for internet website,, but i have a intranet site of aspx.
21 Nov 2016 by Alvin Bunk
Element not clickable at point error in Mink Functional Testing
8 May 2017 by Alvin Bunk
Testing Symfony forms with complex field types
25 Jul 2013 by Am Gayathri
I want to install IE9 in my windows XP 32 bit how can i do this?Is it possible?Please provide link to download set up file for that. Note:Os is XP 32 bit
2 Feb 2015 by Am Gayathri
How do i create unit test case for my project developed in VS2012 ?I have developed one web application in VS2012. I would like to write unit test cases using c# for that project. How can i do that? How can i create a unit testing project in visual studio?How do i write it ? How can i...
2 Feb 2015 by Am Gayathri
To create unit test case for your project,1. Open the class contains the methods which you want to test.2. Right click on one of the method then select 'Create unit test case'3. Unit test case window will open with all method names which are using in that page. Select all methods then...
31 Jan 2012 by amesh004
Why software companies are hiring test engineer?They can do the testing with the developers also.Then why???
1 Feb 2012 by amesh004
hai,I have plan to use NUnit tool for unit testing.How can i implement it in VS2010.As a test engineer point of view, will it effective for finding all bugs ?
3 Apr 2013 by Amit Bezalel
How to assert an object state using only 2 code lines
13 Apr 2011 by Amit Kumar Tiwari
Study test case sample @ http://www.sqatester.com/documentation/testcasesmpl.htm[^]Be brave, do search on google, Google is a nice site, never bites ;), study about test cases and post an article on Code project to tell us all about your solution.Good luck!
7 Jun 2012 by AmitGajjar
This test case is intended for understanding of how useful automated Unit tests
30 May 2012 by AmitGajjar
Hi,I am not able to access private variable value using PrivateObject if my library is obfuscated. i know the variable name and other information are changed when we do obfuscation but is there any workaround for that ?if i am accessing private variable of the serialized class then it is...
5 Jun 2013 by amnk.info
try firebughttps://addons.mozilla.org/en-US/firefox/addon/firebug/[^]
3 Jan 2012 by Amol003
If u r running selenium programms from the code,den u need to first start the start the server,u can start the server from the command runRC.bat from command promt, of the selenium server
11 Feb 2015 by anas_murray
I am developing a testing tool. Is it possible to add JUnit functionality to a java application so that the application (itself) can run test cases against a specified java code. In a more specific way, the application takes a folder of test cases, and the code to be tested, it then runs the...
11 Dec 2015 by Anda Cristea
Hi,I was very surprised when the same test run on RemoteDriver works well but on ChromeDriver locally crash unexpectedly.At first I think that it is my fault.I mentioned that I worked on NUnit, C# and Visual Studio.I want how to avoid such of situation.Thank very,Anda
13 Jan 2013 by Andreas Gieriet
To consider:Assuming you have separated the GUI from the business logic, I strongly suggest to test the businesslogic independent from the GUI. E.g. in .NET by means of MVVM and run tests based on the provided commands.GUI Test is then only for checking if the GUI properly connects to the...
18 Oct 2015 by Andreas Gieriet
Each meaningful test consists of stimulus, expected result, actual result an a comparator that compares the expected and the actual result.If you compare the actual versus the expected result here, you see that you have a precision issue.The expected result seems to be on three figures only....
22 Jun 2011 by Andrew Rissing
A simple trick to remove the delay of Thread.Sleep for unit testing.
12 Aug 2011 by Andrew Rissing
Using an attached behavior to expose the value of a DataContext for Automation
16 Feb 2016 by Andy South
We have established a goal to decide, what solution (as in a combination of software and services) among those we chose allows extending the audience of an event with minimum efforts.
11 Feb 2013 by AndyInUK
We are a team of 3 developers and till date for the php project, we were building a site on a production/live site. Not the best way, I know. We created a testing area/folder in the live site and were testing it live. For instance - www.xyz.com/testing/abc.php For a source control we are...
9 May 2010 by Anil_gupta
This article is about the best practices to write a Silverlight application which is highly unit testable.
24 Sep 2016 by Ankita Khanna
We are testing a standalone application that is developed in Java and uses ubuntu platform. We have to validate that there are not truncation issues when the application is tested in different languages. Do we have an tool that can do it or what could be the way to automate this...
9 Dec 2014 by anssary2010
if there is article in simple detail explorer Repository pattern and what is the mean of Loosely Coupled
18 Feb 2015 by Anton Angelov
Most Underrated WebDriver Locator – XPath
9 Oct 2015 by Anton Angelov
Explains in detail how to implement Page Object Pattern- through the usage of the built-in feature in WebDriver and how to create it from scratch.
9 Oct 2015 by Anton Angelov
Explains in details how to create an OOP design of base classes in C# which can improve page object pattern oriented web automation testing framework.
25 Feb 2016 by Anton Angelov
Overview how to achieve better readability of page objects via fluent page object pattern. Use chaining methods to access the business test logic.
7 Oct 2015 by Anton Angelov
Elaborate further on the Advanced Strategy Design Pattern in automation tests. Usages such as combining multiple strategies in one test or test validations.The post Advanced Strategy Design Pattern in Automation Testing appeared first on Automate The Planet.
27 Jan 2018 by Anton Angelov
Through the help of interfaces, extension methods and partial classes, 3 page objects variations are presented that lead to more maintainable code.
11 Oct 2015 by Anton Angelov
Explains in details how to use the Facade Design Pattern in automation tests so that its class to follow the dependency inversion principle.
12 Feb 2017 by Anton Angelov
Use Selenium WebDriver UI tests to create load tests executed in the Azure cloud. We will use PhantomJS and configure a load test through Visual Studio IDE.
19 Feb 2017 by Anton Angelov
Find out how to improve your Selenium WebDriver tests through the new improved C# 6.0. The new features will help you to create more readable tests.
26 Feb 2017 by Anton Angelov
Learn how to use the brand-new C# 7.0 to make your WebDriver tests even better. Utilise the power of local functions, digit separators and much more.
29 Apr 2012 by antrparantez
[^]my name is Altan,i live in turkey and i am junior a software tester..i am using Visual Studio Ultimate 2011 with Web Performance Test.i have a question;How can i use with C# code Web Peformance Test?i want write with code..
10 Jul 2013 by Anup8680
I have added a test case in test manager in test manager which has some steps. I created the action recording using test manager. Then I created a new coded ui project in VS 2012 premium and checked 'Use existing action recording' and generated the code for the code ui test. I linked this to the...
8 Sep 2016 by Anurag Sharma
Hi, I don't see any code to access the DOM node in the above code. Please share it.Also, a quick recommendation rather than using selenium webdriver you can look into using protractor for E2E testing.Protractor - end to end testing for AngularJS[^]It's the recommended way of...
24 Jan 2019 by Apriorit Inc, MikeSotnichek
Smart security contract in Cardano and Zilliqa
11 Sep 2023 by Aram Tchekrekjian
More about pattern matching types with a usage example for each type
2 Sep 2011 by arathi_suresh
Google it! I found many results. Here are some.http://www.allinterview.com/showanswers/57030.html[^]http://www.allinterview.com/showanswers/57028.html[^]http://www.kabinfo.net/kabinfol_madiff.asp[^]
1 Jan 2015 by Arjsrya
Selenium,QTP and Load runner are the best tools.QSpider is one of the best institutes for testing but i'm not sure whether it's available in Hyd location.Please google further.Following link will give you additional information on...
24 May 2011 by Aron Weiler
Performance tests between multiple "multi-key" Dictionary implementations
6 Jun 2011 by Arpit Dubey
This article explains SQL injection attacks, mitigation strategies, and factors to consider while testing.
3 Mar 2016 by Arslan saif
am trying unit testing on this code. But this program throw unhandled exception.//Create reference for out browser IWebDriver driver = new ChromeDriver(); //Navigate to our page driver.Navigate().GoToUrl("http://www.google.com"); //Find an element ...
23 Jul 2011 by Artem Smirnov
Tough choices: Test first or test last
21 Feb 2012 by Artem Smirnov
Jasmine is one of the most popular BDD-style JavaScript testing frameworks.
10 Jul 2013 by ArunRajendra
You can also think of FxCop rules relacted to security.
29 Apr 2013 by arvind_kg
Hi,i have a method which have two argument first the normal argument andthe second argument is the variable argument likepublic class TestClass{public bool TestMethod(string str,params int[] intarray){ return true;}}i have to stub this method how to do it,...
31 Jul 2011 by Asha_singh
i have used watin with nunit to run simple login page.. M new to testing, so i need guidance in writing scripts.. The html page page i'm testing also includes ajax.
18 Aug 2011 by Asha_singh
I have written scripts and i executed successfully few days before but now i get an error as below"Fuction evaluation timed out.You have to reenable execution"Need fix asap..Thanks in Advance :)
3 Jan 2012 by Ashakoti
Can anyone please tell me how to use regular expressions in selenium webdriver c#i have a Html element ID which has numbers in between like "WebDri123Ver"Number keeps changing everytime.. Thanks in advance
14 Jan 2016 by Asher Barak, Itiel Beeri
Infrastructure for large scale WCF services layer development
1 Jan 2011 by Ashish Kaila
Learn how to leverage UI automation in testing your UI and also to support accessibility features
28 Apr 2015 by ashish raaj
I have developed an SPA application using knockout and breeze, I have been using qunitJS for unit testing which works well on browser for my project. Recently I have found a plugin "Chutzpah" for VS2012, which can work well for testing qunit, which can check the test cases and respond for the...
13 May 2015 by ashish__shukla
Using Moq for unit testing
8 May 2012 by asinefa
Can you help me to test my UI.I have already created my MVVM application. And I need to test it, but I've no imagination how to do it.Thank you)
11 Oct 2013 by ASP.NET Community
This page is dedicated to collecting resources related to testing of ASP.NET applications. There are a number of tools and techniques available for
11 Oct 2013 by ASP.NET Community
Step1: Create a table in database:- create table test( state1 varchar(50),city varchar(50)  )  Step2:- In the .aspx Page:-   
11 Oct 2013 by ASP.NET Community
ASP.NET MVC: How to start Unit TestingWhy Unit Testing?Why should you write Unit Tests? Here are some points which are mostly mentioned if
11 Oct 2013 by ASP.NET Community
Papal Integration·         Create PayPal sandbox account (https://developer.paypal.com)·         Chose Test accounts To test a merchant
14 Jan 2014 by ASP.NET Community
What is a Preprocessor Directive?A preprocessor directive is a piece of code that is meant explicitly for the compiler.  This offers a programmer
24 Nov 2009 by AspDotNetDev
I am going to try to make a minor edit to this answer, then delete it. Minor change.
24 Nov 2009 by AspDotNetDev
Hmm, looks like I am unable to delete that post. Seems that, although I clicked "minor edit", it was saved as a major edit. I can confirm this by viewing the history of changes to the answer (both versions are shown without me clicking "show minor edits").
29 Nov 2009 by AspDotNetDev
Search amazon.com, read book descriptions, and read user reviews of those books to find a book that suits your needs. Also, what "Pragmatic Unit Testing" book are you talking about? I see several that include that as part of their title. Please include a link to it on Amazon. One such book is...
27 Aug 2010 by AspDotNetDev
Do you have money? Find a recruiter who can hire quality assurance engineers. Or release the software as "beta" status and have people test it for free. Or if you have coworkers, ask them. Or ask family and friends.
13 Nov 2014 by ASRAAR
Hi , I want to test a static method which is invoking another static method from the same class. For example , we have class A and it has two static methods method1() and method2() both are static . Let's suppose method1() is getting invoked from method2(). How can I write a test case for...
16 Feb 2014 by AtALossHere
I'm having a UI problem in running vs. debugging a Silverlight project. See the code below: var tree = GetEverySecond(() => sl.Get(), 15); if (tree == null) Assert.Fail("Could not find tree"); tree.Nodes[0].Select(); foreach (var Node...
23 Jan 2015 by AutomationGuy404
Does any one has experience with TWIN Automation Tool, i'm trying to retrieve data from an windows application but not able to. Can someoneplease share their experiences
9 Dec 2014 by Avinash Pande
No. you can not install selenium IDE for chrome or internet Explorer. Selenium IDE is only for FireFox.You can run your testcase generated using selenium IDE in chrome or IE.you need-1- Selenium-standlone-server-2.XX.X.jar2- IEDriverServer.exe3- Selenium IDE for firefoxLets put...
26 Jun 2017 by Avuy
I am not a developer but I am interested in Testing. I want to be a certified Tester, Can someone help me with study material. Thank you. What I have tried: I want to be a certified Tester, Can someone help me with study material.
9 Feb 2015 by BacchusBeale
usually in testing you would create your own test data. it is unlikely someone elsewhere would have data that would exactly match your website and data design.for more concrete help, please provide more specific details.
24 Mar 2014 by Bar Nir
Extending Visual Studio unit testing assertions
28 Jan 2012 by Bayram Üçüncü
The aim of this article is developing a Factorial Application using Test Driven Development
4 Jul 2013 by bbirajdar
You should start here What is software testing[^]