Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
32 views

Question: I'm building a testing system for a data quality SaaS app where tests are entirely props-driven (similar to React component testing philosophy). Goal: Create reusable, composable test ...
Vijay Savaliya's user avatar
0 votes
0 answers
73 views

I need to redirect maven build test errors (including full exception) which I see in Jenkins build console into a specific file using cucumber+java+spring? I've tried to use redirectTestOutputToFile ...
Tatiana Povodova's user avatar
0 votes
1 answer
224 views

How to resolve TestNG Vulnerability? I want to use TestNG in my automatiuon framework but due TestNG active vulnerabilities not able to use it duer to security issue
Abhishek Jha's user avatar
1 vote
3 answers
6k views

I create Automation testing framework with Playwright + Cucumber.js written in Javascript language. Everytime I type npm run test in the Console all the Cucumber scenarios (.feature files) are ran. ...
user_vasilev's user avatar
0 votes
1 answer
106 views

I am working on an automation framework which requires me to validate the xml structure and value. for ex. Testcase: xyz xml: <<Doc>/<firsttag>/<secondtag> Value in the tag: 10 I'...
Suvidh's user avatar
  • 123
0 votes
0 answers
3k views

I am running golang test cases and saving test result to testreport.xml by following command. go test -v ./testqa | go-junit-report > testqa/testreport.xml Where testqa is my test folder which ...
Test Nish's user avatar
0 votes
2 answers
86 views

I had some difficulty compiling the ES source code. 1.I got elasticsearch-5.2.1 source code from https://github.com/elastic/elasticsearch/tree/v5.2.1. 2.I extarct elasticsearch-5.2.1.zip. 3.I use the ...
lusaty's user avatar
  • 11
0 votes
4 answers
1k views

I understand from the previous answers on this site that, for Maven builds: src/main/java will be deployed to production whereas src/test/java will not be. src/main/java contains the main application ...
InDepth's user avatar
  • 33
-1 votes
1 answer
1k views

This is shocking for me , one of the organisation offering service ,they do automation without using any element locators through their own framework , and they are promising to support web, mobile ...
brocheppu's user avatar
1 vote
0 answers
316 views

I'm not sure if this question is going to be closed due to it being too novice but I thought I'll give this a shot anyway. I am currently working on a Selenium Automation framework which, though ...
DanHav Official's user avatar
0 votes
2 answers
1k views

I am working on building a test automation project for our application using SpecFlow, SpecFlow+ and Selenium WebDriver. Have been going through a few tutorials and each has a different viewpoint. ...
gagneet's user avatar
  • 37.6k
0 votes
0 answers
1k views

Pretty short question. I'm checking that the opacity of a checkbox is 0 at a particular point in my test. It works perfectly and passes when I run it locally in my IDE (Intellij). expect(...
Simon Long's user avatar
  • 1,470
0 votes
1 answer
1k views

Pretext: I am a tester working on a project where we are migrating from Spark in GCP to BigQuery I want to create a testing framework in mine with some features similar to Robot framework. I found ...
pannag cn's user avatar
1 vote
0 answers
154 views

I am building a test framework using NUnit + SpecFlow + Selenium. I have a solution with two projects(so far). at the top level I have the Suite Framework so: PageFactory, DriverFactory, CommonPages, ...
jscott89's user avatar
2 votes
0 answers
146 views

I am looking for a 3rd party library which can manipulate entities stored as JSONs. This is intended to be used in the (cucumber) test framework to specifically tailor predefined JSON requests to a ...
Mate Szilard's user avatar
-1 votes
1 answer
55 views

We have a situation where we have several products (frontend, app, api) and each of them is tested already using cucumber. Now we would like to test all the product together re-using the test already ...
fege's user avatar
  • 567
1 vote
0 answers
142 views

I am trying to create a page object model in flutter for testing. Is it possible to create a test driver in one class(with setup and teardown) and use it in different page object classes and test ...
saranya subramani's user avatar
0 votes
2 answers
331 views

It seems that C++ builder 10.3. comes with a new testframework.hpp. The class Assert does not exist any longer. Can anyone tell me how to use this new framework? I am desperate because I wrote a ...
Hoeh's user avatar
  • 45
1 vote
1 answer
167 views

As per my understanding, keyword driven framework is, we create a keyword for each action we do and write the test cases in excel using those keywords. For example, opening browser, entering username, ...
Subbu's user avatar
  • 227
0 votes
0 answers
78 views

Hi I have many page classes with many WebElements like one of them: public class DraggablePage extends BaseExtendablePage { @FindBy(xpath = "//a[@href= '#tabs-1']") WebElement ...
Dawid's user avatar
  • 53
0 votes
1 answer
72 views

I would like to write an automatic test that goes on a production webpage which is using a specific library and replace it with the version I have on local. This is useful for me to verify that when ...
Luca S.'s user avatar
  • 1,162
0 votes
0 answers
108 views

I am creating TestFramework and want to set in TestListener class the method which take screenshots but during failed test the Browser closes, another browser is opened and the screenshot is created (...
Dawid's user avatar
  • 53
1 vote
4 answers
596 views

Mobile device chrome browser is starting and closing, url is not getting fetched in the browser. Eclipse: oxygen 1.0 Samsung S5 Appium version: 1.4.16 Browser : Chrome. I am trying the hit the url "...
Vaibhav Singh's user avatar
0 votes
1 answer
218 views

I am creating a Spring Framework to automate the Google Calculator I have a feature file that has some values as defined below Feature: Google Calculator Calculator should calculate correct ...
Hamlet76's user avatar
2 votes
1 answer
770 views

I'm new in testcafe. Here is the issue I confronted recently. Please shine some light: Say I got four testcafe tests, say A, B, C and D It works smoothly if I run them one by one, testcafe chrome A....
Nan Yin's user avatar
  • 41
1 vote
3 answers
891 views

Is there any framework available where I can write single set of test code for both Server browsers as well as Mobile browsers. eg. test.py runs with Chrome on Android as well as Windows I am ...
abhijitjaiswal's user avatar
2 votes
1 answer
2k views

We have a Visual Studio 2015 solution containing some C++ projects and some tests based on Google Test Framework. Now I would like to run those tests with the quite new TFS 2015 build features. I ...
Sebastian's user avatar
  • 173
1 vote
2 answers
279 views

I have read some basic definition of what Test Automation Framework is but I wish to know in easy words and more practical example. Lets say. I own a company that makes different kinds of products ...
Firaun's user avatar
  • 513
2 votes
1 answer
360 views

This documentation implies that Test.Framework can be run with command line arguments. There is a function defaultMain :: [Test] -> IO () but also the function defaultMainWithOpts :: [Test] -> ...
Justin Raymond's user avatar
0 votes
1 answer
1k views

I'm implementing my own test framework in .NET and ran into a problem with how to correctly stop execution of a running test. The test method being executed is obviously not cooperating so I can't use ...
user2849936's user avatar
0 votes
2 answers
176 views

I have many methods that are defined internal like so: internal static string GetAJobShaNaNaNaShaNaNaNaNaNa(string Silhouettes) However, in order to call them from a test project added to the ...
B. Clay Shannon-B. Crow Raven's user avatar
0 votes
1 answer
1k views

I NuGetted NUnit (v 3.0.1) and NUnit Test Adapter (v 2.0.0) into my VS 2013 project, and then wrote a class that should allow me to run a test: using NUnit.Framework; namespace RoboReporter { [...
B. Clay Shannon-B. Crow Raven's user avatar
1 vote
1 answer
693 views

The test-framework docs state that it supports "Reporting of the seed used upon a failed QuickCheck run, so you can reproduce the failure if necessary." However the default output does not display ...
Will Sewell's user avatar
  • 2,643
2 votes
1 answer
2k views

I have the pleasure to work in a project with zero unit test coverage and non testable code. The only tests that are currently existing are API tests tuning a REST/SOAP interface. Now I'm asking my ...
Kris's user avatar
  • 956
1 vote
2 answers
235 views

I am new to Oracle Siebel testing. I have read about Oracle Application Testing Suite which can be used for testing Siebel. I have gone through Oracle videos regarding application testing suite and ...
Abhinav's user avatar
  • 1,037
0 votes
1 answer
216 views

I need to implement a solution as part of Test framework & I am considering singleton pattern for reasons explained below. However, I am not able to achieve my intended solution & therefore ...
palkarrohan's user avatar
1 vote
3 answers
612 views

I have a system I want to test, the system handles a proprietary network protocol (this need to be checked). The tested protocols are over TCP and UDP. I'm looking for a software I could install on ...
Idan's user avatar
  • 9,950
3 votes
1 answer
2k views

There seems to be a ton of advice for this sorta thing in the context of a GUI application. I think my particular scenario is different enough to warrent me asking. To sum up my question how do you ...
Robert Snyder's user avatar
0 votes
1 answer
103 views

I have a questions on automation framework, Suppose i have 1000 test cases. I am adding a new test case in the middle. e.g. I have 1000 test cases. I am adding a test case in the middle (501th). What ...
rk_12's user avatar
  • 27
1 vote
1 answer
4k views

In Robot Framework test case, we can create Teardown phase to do clean-up activities. | *Test Case* | | testcase1 | | | [Setup] | Setup Actions | | | Do Something | Args | | | Do Something | ...
userpal's user avatar
  • 1,533
74 votes
3 answers
25k views

Chai is an assertion library. Mocha and Jasmine are testing frameworks. and Karma is a testing environment. I've already read Difference between available testing frameworks: mocha, chai, karma, ...
Nader's user avatar
  • 943
0 votes
1 answer
98 views

I want to use test-framework-th for generating test groups. I have this main test module: module Main where import Test.Framework.TH import Foo.Test main = $(...
user avatar
4 votes
2 answers
5k views

We are looking at implementing a test framework and curious as to which framework to use. We are choosing between TestNG and Spock. This is going to be a UI Automation framework so it should handle ...
TIMBERings's user avatar
1 vote
3 answers
2k views

Can you please share the structure of your CodedUI test projects? It would be interesting to see how you separate tests, helpers, UIMaps.
stasde's user avatar
  • 89
-1 votes
1 answer
228 views

I am trying to use robot test framework. I have some knowledge in python. I read most of the tutorials available online but all the tutorials are explaining some example but when it comes to my work(I ...
user2595808's user avatar
10 votes
3 answers
4k views

A few of my UnitTests have a Sleep that is defined in a loop. I want to profile not only each iteration of the test, but the overall time for all iterations, in order to show any non linear scaling. ...
esac's user avatar
  • 24.8k
5 votes
1 answer
3k views

During my UnitTest, I am creating data that needs to be referenced in future UnitTests. For example: [TestMethod] public void CreateOrder() { Order order = new Order(); int orderNumber = ...
esac's user avatar
  • 24.8k
1 vote
2 answers
403 views

I'm struggling a little to get this basic test-framework example to work with QuickCheck2. I get the following error that is mentioned on the above page, due to the example's use of QuickCheck 1. I ...
Chris's user avatar
  • 941
1 vote
2 answers
926 views

I'm looking for a good Testing-Framework for Java GUI Applications. For Android I know Robotium and it would be really cool if there is something similar for Java PC Applications. Example Testcase: ...
PKeidel's user avatar
  • 2,589
3 votes
2 answers
324 views

For example I have a testing code like this: import Data.Decimal import Data.Ratio import Data.Word import Test.HUnit import Control.Applicative import Debug.Trace import Test.QuickCheck import ...
s9gf4ult's user avatar
  • 862