Click here to Skip to main content
15,891,905 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 Yevgeniy Shunevych
An introduction to Atata C#/.NET web UI test automation full-featured framework based on Selenium WebDriver
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.

All Articles

Sort by Title

Testing 

27 Nov 2013 by Mahmud Hasan
The only good thing of Test Driven Development is, it ensures the maximum test coverage but TDD puts you in risk of a week design. DTDT tries to solve this while ensuring maximum test coverage.
14 Mar 2018 by Member 13530900
Hi,I am learning Selenium Webdriver. I was trying to login "Quora" through Google. but in the email typing section, the code is not working. I am not able to figure out what is the problem. Please help. Below is my code import org.openqa.*; import org.openqa.selenium.By; import...
3 Jan 2018 by Member 13606084
I was also getting the same error for "google.com", and after so many efforts, I came to know that the id of the input box is different in chrome and firefox. And I was picking the id from chrome but I was executing my script on chrome. So please check your locators properly the problem will be...
14 Mar 2018 by Member 13727690
I resolved this error by updating my chrome driver to the latest version. Download the latest and replace it with older version. Here is the link to latest version: Downloads - ChromeDriver - WebDriver for Chrome[^]
24 Jun 2014 by aetheon
I've recently start working with titanium building native mobile applications.
6 Sep 2013 by Shivprasad koirala
I am a big fan of unit testing and I am big opponent of over unit testing.
2 Sep 2015 by Bobby Lough
Listed here are 13 steps to make TDD actually work
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.
27 Nov 2013 by rkhimanshu
hiiiiActually i am new to software testing.i waana know to how we impitantly work on manual software testing.
11 Nov 2013 by Sergey Alexandrovich Kryukov
Not a question. And it's not clear how you can even pose a question about having some tool for manual testing. The work "manual", in simple English means "by hand". That said, that if testing is manual, the tool is you hands. However, this term is somewhat misleading, especially when it is...
11 Nov 2013 by Fredrik Bornander
Manual testing is usually done by first coming up with a test specification or a test plan. This is a document (text, word or excel are examples but there are also others used) that list what needs to be tested and how along with the expected outcome. Tests are usually named or numbered and...
30 Nov 2014 by SrikantSahu
This is a simple application developed using C# MVC and jquery for basic CRUD operations. The application can be unit tested using selenium web drivers.
9 Oct 2019 by Zebedee Mason
Visual C++ tests are created from Gherkin DSL feature files using a Python 2.7 script
17 Jan 2013 by David Serrano Martínez
A strong exception guarantee tester has been written to test how robust methods of class templates are when faced with third party exceptions.
28 Oct 2014 by deelll
I'm a newbie in software testing and I need to learn it at home.Do you know how to learn as a software tester at home?
28 Oct 2014 by Dominic Burford
If studying from home then you'll need an online course. Check out these links https://www.google.co.uk/webhp?sourceid=chrome-instant&rlz=1C1CHFX_en-GBGB570GB570&ion=1&espv=2&ie=UTF-8#q=software%20testing%20courses%20online[^]I took the ISEB Software Testing course several years ago and...
28 Oct 2014 by OriginalGriff
Google is always a good place to start: "how to learn as a software tester"[^]
28 Oct 2014 by CPallini
Google is your friend.A starting point could be the "Software Testing" page at Wikipedia[^].Microsoft itself provides some guidance: "Testing for Continuous Delivery with Visual Studio 2012"[^].
6 Dec 2013 by Mohamed Najim
Hello Sir,I have a doubt about software testing.Which is the best Software testing tool loadrunner or selenium or jmeter? Which tool i want to study to get a job quickly?please guide me sir thank you.
1 Jan 2014 by Mohammad Zahid Hasan
Najim... You have asked for three different testing tools. These are vary in there functionality and working approach. I like to discuss the basic things of the three (3) tools with you. I think it will help you to choose a tool.First of all, LoadRunner is load testing tool that is developed...
19 Jan 2011 by call to .net
Hi, Can any body tell me about Watin testing tool?I want to learn this testing tool.Thanks
19 Jan 2011 by Sandeep Mewara
This CP article should help you out to start with: WatiN - Web Application Testing In .NET[^]
19 Jan 2011 by Kasson
(1)WATIN[^]and (2)WATIN[^]link will help you.
26 May 2019 by shivam gohel
So here is just an statement. I don't know if its practically possible. The question is related to Android Espresso. For the people who are masters in Espresso, you know we don't have any method to access contentDescription via espreso. Right? So is there any way I can get that Element lets...
26 May 2019 by Richard MacCutchan
Getting the content description of an element in espresso test[^]. Google found this very quickly.
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...
31 May 2012 by BobJanova
Does your obfuscator generate a log file which tells you what each method/field was translated to? If so, you might be able to use that to reverse the mappings in your test harness and look up the post-obfuscation value.Note that if you're using reflection looking for known...
26 Feb 2013 by jgauffin
The library is a complete ADO.NET driver which is designed to aid you in unit testing.
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.
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.
21 Jan 2013 by Simeon Sheye
Beyond basic unit tests, how do you choose your tests and when are you done?
21 Jan 2013 by Simeon Sheye
How to manage state and simulate behavior against the system under test.
16 Jul 2011 by Member 8033321
hi everyone...I would like to know if anyone could help me out on what is alpha testing and the processes or steps involved?Thank you in advance.
16 Jul 2011 by Richard MacCutchan
See here[^]. Google is always the first port of call for general questions such as this.
27 Jun 2015 by Member 11794279
Android testing with Espresso 2 and Dagger 2 – Mocking, long running operations
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...
8 Sep 2016 by User 9125307
We are trying to automate Angular JS App using a combination of chromedriver and Javascript. we had problems in identifying the tree view controls in the angular appOur code looks like this:var webdriver = require('selenium-webdriver');var driver = new...
7 Jan 2016 by Dave Ceddia
Angular Testing Part 2: Jasmine Syntax
5 Dec 2014 by Ibrahim ben Salah
ASP.NET MVC application are highly testable when controllers are considered plain classes, but then you lose the integration with model validation, filters, method selectors, etc.
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
21 Mar 2015 by Member 11188014
I need some help cause I'm looking for an easy html file using AngularJS so I can do different WebApi calls and see results, statuscode, and time of start-end... but I can't find any good and easy sample over Internet, just some using WepApi2 or Jquery... It will fantastic if someone knows...
30 May 2020 by Todor Iliev
So I've been trying for a few days now and it seems like I just can't really can't understand or find a solution to this whole process. I'm using Selenium so i can simulate a User Input on my 'Website'. Whenever i try to execute my testmethods it...
U 23 Apr 2024 by Yevgeniy Shunevych
An introduction to Atata C#/.NET web UI test automation full-featured framework based on Selenium WebDriver
1 Aug 2011 by Jesús Utrera
I have to take some load testing. To do this, we have a aspx page that acts as a gateway. This site receives XML requests and processed from the business layer. To do this, we log into the application (Autentication mode: Forms) and this generates a number of cookies (do not know much how to...
30 Apr 2015 by Jamie Munro
Automapper performance testing
1 Jan 2011 by Ashish Kaila
Learn how to leverage UI automation in testing your UI and also to support accessibility features
1 Jul 2010 by Guia-Project
Unit-Testing of WPF User Controls via UI automation
28 Aug 2010 by Robert Corvus
How to create automated browser tests in ASP NET MVC using Watin
9 Nov 2023 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.
15 Jun 2016 by YDLU
I need find a way to test an application automatically. But this program have hundred GUI pages, and need a lot of test engineers time to test all of page (FORMS).So I looking some way, that I can set some script to move mouse, enter keyboard from other computer to simulate a tester to move...
21 Dec 2011 by Testing_authority
Hello,Plea...
26 Dec 2011 by Testing_authority
Hello I just want to closed open confirmation message popup without clicking on it.Now i found a solution.thanks for your timeThanks,Testing Authority
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...
24 Sep 2016 by David_Wimbley
It looks like in java you have a local method and it interacts with ResourceBundle which is a key value pair of your strings that are localized.Locale (Java Platform SE 6)[^]You should then be able to create unit tests where all you do is call the same class/method but pass in the...
2 Dec 2012 by OlegKrivtsov
How to automate collecting information about critical errors occurring in your program to greatly simplify your life in sense of bug analysis and troubleshooting.
20 Jun 2011 by Kumar, Ravikant
A reusable plug-in framework which exposes inaccessible elements to UI Automation framework. A must for .NET 2.0 WinForm container controls
1 Jan 2019 by NalaBI
Hi, I am new in testing. I have test cases already in TFS and I want to automate those Test Cases using Visual Studio 2017 version 15.9.3.The Associate Test Case is greyed out I cannot select. May you please assist in advising the workaround in finding the solution? Thanks in advance. What I...
24 Jan 2016 by Sean Rand
This is a guide for QA and Devs to use to make writing high quality BDDs.
28 Jan 2014 by Gaurav5582
Beginners guide to regression testing for QA engineers
9 May 2015 by jinesh sam
Hi Friends,My requirement is to validate db2 rows.I will give a brief description on what my project is.I need to validate the bill generated on previous day based on some formulas.I have only Read access to DB2.As part of testing i fetch all the previous date records(which is considered as...
9 May 2015 by OriginalGriff
"Can i use threading?"We can't tell you: the problem is that we have no idea what your calculations are trying to do. If they are independent, then possibly you can use threading within individual steps, but to my mind Step 3 depends on Step 2 completing, Step 4 depends on Step 3 completing,...
20 Oct 2016 by sencsk
i've created the business application using c#.net with sql server. i need to do load and performance testing. please suggest me to find out best toolWhat I have tried:tried google so many tools available most of them for web or mobile.
20 Oct 2016 by Suvendu Shekhar Giri
First of all,What kind of performance test you are planning to do on your windows application?If I am not wrong a standalone application can be used by 1 user at a time if you have a single keyboard and mouse attached to it. So, it should not take much time for each of your requests to...
1 Oct 2020 by CPallini
The proper way is to treat it as a black box, providing appropriate inputs and checking if expected outputs are produced.
1 Oct 2020 by KarstenK
Testing is an art of its own, but the best way it to test the real release functions and NOT change them, but for testing it is often needed to write a bit more explicit. When testing functions it makes sense to test all possible input, so...
1 Oct 2020 by Member 14589606
Hello, if a program was not written in a way with proper functions with the given input, what would be the way to write an unit test or integration test, that is the output that is to be compared at the end in a unit test is not contained in a...
25 Jun 2010 by Koundinya
The advantages and disadvantages of black box testing
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 Ganesan Senthilvel
Tool doesn't differentiate between internet and intranet sites in terms of functionality. Proceed with your tools.
2 Jan 2014 by Mohammad Zahid Hasan
Ali... You may use Xenu's Link Sleuth to detect the dead link of your site. It is free. So, you can start now.
31 May 2012 by Alexander Van Berg
Combinatorial generation of C# generic types.
18 Sep 2014 by John Atten
How often do you find yourself tossing together a console application for the purpose of trying out code, "testing" in the sense of seeing what works best, or, possibly, as a means to demo some library of function? I do, a lot.
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...
14 Jul 2016 by KOMMURI
I read your question as follows."Is there a way to test native code using data driver approach?"You would write the code that accesses the native code using managed C++ as library and then use the same in your managed test code that would have access to all the libraries to read from data...
8 May 2021 by ocean potter
I'm trying to write to a 8086 (assembly language) code for a simple calculator but i can't seem to start. I was just introduced to programming two days ago What I have tried: i haven't tried anything yet. I was introduced to programming just...
9 Feb 2021 by Luc Pattyn
Hi, welcome to the programming world. You're an optimist, and that is OK. However you will need a lot of knowledge: language, methodology, application domain, ... I doubt assembly (any CPU) nowadays is a good choice for your first coding steps;...
9 Feb 2021 by Patrice T
Quote: I was just introduced to programming two days ago Learning programming with assembler is probably the hardest way to do so. And programming a calculator is not a task for second day programming. My guess is that you are learning...
26 Jul 2011 by schampacc
Issue:When I run the unit test application I receive the following error"Test method KT_TestProject.UnitTest1.Load_ProductsTest_Pass threw exception: System.MissingMethodException: Method 'ASP.default_aspx.Button2_Click' not found.."Code:Application: protected void...
10 Aug 2012 by johannesreyes1
First of all the answer is yes .It is actually the hormone in your body which produces from pregnancy, Short of nutrition for just eating 500 calories per day is the main reason for a missed period and also you can always get an ultrasound to get a result , yes or no. If you were and...
16 Jul 2014 by pratik kakade
hii have a questioni am completing bachelor of degree in computernow i m working in company as a MIS executive i have 1yr experience in that field can i work as a software testing profile in same company & other IT companycan company measure the mis executive experienceso can i...
16 Jul 2014 by Richard MacCutchan
How could a bunch of strangers on the internet possibly answer such a question? We have no idea about your skills or experience, or what openings are available in your area. Look at the jobs advertised by companies you would like to work for and try a few applications. Talk to your manager and...
16 Jul 2014 by Duncan Edwards Jones
Yes - there is nothing preventing you following that career.Speak to your HR representative about opportunities and retraining available.
13 May 2020 by Member 14779968
I have my sendRequest method where I am passing my contentType, token and query params. I have used a Dictionary for my query params but I am getting an error. It shows AddQueryParameter takes string name, string value so I am...
13 May 2020 by Richard Deeming
You're trying to call a method which accepts two strings, but you're trying to pass in a Dictionary. Computers don't just "guess" what you meant to do; they do exactly what you tell them to do. If you tell it to call a method...
14 Aug 2013 by ZurdoDev
This is not a question. This appears to be an attempt to have someone do your homework for you. Please use google for finding the answers you are searching for.If you get stuck on a piece of code, then please come back and be specific about what you need and we'll be glad to help.
19 Feb 2014 by Priya Kakar
Can we create Coded UI test cases in VS premium/ultimate version and use it in Professional version? i googled it and found some links supporting that its possible, using MTM. I'm a newbie to this. so, if somebody can help,then i shall be obliged..Thanks!
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:-   
21 Oct 2019 by hexgear
Chalba is an open source hackable load testing tool. Chalab is inspired from jmeter, gatling, grinder like tool.
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