Skip to main content

All Questions

Tagged with
-2 votes
0 answers
43 views

[Unreal 5.4]Gauntlet Test Unable to find "MyTest" test in assemblies

I am trying to use Gauntlet for a simple test like a helloworld kind of approach, i have setup a C++ testcontroller .cpp and .h and a HelloworldTest.cs also added Gauntlet in Build.cs file of my ...
Zevahc's user avatar
  • 30
0 votes
0 answers
10 views

RestSharp || Rest API Automation Testing || ExecuteAsync returning null

I am developing RestAPI automation test case using RestSharp. I am trying sample code to test the API response. Below is my code: var _client = new RestClient("https://reqres.in"); var ...
Shyam's user avatar
  • 57
0 votes
1 answer
30 views

Is it possible to run VsTest in azure pipelines against pre-installed test project

We have an azure pipeline that deploys candidate releases to a staging server. When the server update is complete a series of automated tests are then run, this is the current layout. Now the ...
Kev's user avatar
  • 300
0 votes
1 answer
31 views

Hooks for specific scenario

My SpecFlow automation scripts perform test on web applications. Web browser will be launched and user name and password will be entered to login and then the test continues. In my hooks class, The [...
captain jack's user avatar
0 votes
1 answer
48 views

Initialise running parallel tests using a filter

Not too sure if running parallel testing is the right option for what i am trying to achieve. So essentially we have a set of API tests and a set of UI tests where i have a filter on each test fixture ...
hurr's user avatar
  • 1
0 votes
0 answers
44 views

Determine if all EF migrations have been created

I'd like to include a test in our project, to validate that all migrations have been created and committed, to match the DbContext model. This test will be run by the CI pipeline as part of the PR ...
Philippe's user avatar
  • 2,019
0 votes
0 answers
55 views

Mobile app element can suddenly not be found in automated test, has anyone else encountered this?

I am quite new to Appium. Sorry if this question already exists. I am facing a peculiar issue with finding an element on a page. We are using UISelectors to locate the elements, but the elements on ...
Ell-A's user avatar
  • 1
1 vote
1 answer
44 views

Selenium, C#: second click().perform() cancels the first

ENV Selenium 3.141 C# Chrome webdriver I want to select an item in a "selection mode" where if I click on a up-left point and down-right point around the item, I get a square around the item ...
Elena's user avatar
  • 31
0 votes
1 answer
47 views

c# selenium waiting for background requests to finish

on the page where I write test automation, javascript is running intensively. React is used as the infrastructure. For example, pagination works with javascript, and when I go to the next page, the ...
Harun's user avatar
  • 1
1 vote
1 answer
54 views

MSTest - What is the difference between writing messages directly to StdOut and using TestContext?

I'm trying to figure out a good way to log messages to the console / test explorer / pipeline execution logs when running my MSTest Test Project. I've noticed that you can either write the output to ...
Hideki's user avatar
  • 13
1 vote
1 answer
559 views

automate whatsapp messages in .netcore 3.1 app

I'm currently working on a project where I aim to integrate a feature that notifies customers through WhatsApp when a purchase occurs. After researching online, it appears that WhatsApp does not offer ...
user avatar
0 votes
2 answers
138 views

Deserialize JSON json URL for query parameters in Specflow not working

How to encode query parameters on a url in Specflow? the GET Call for API with Search options with changing scenarios as Case with searchOperator used = equal, in, like GET API call for url.com/?...
GPs's user avatar
  • 75
0 votes
0 answers
59 views

Is there anyway to enter text into a ::before element?

I'm using Selenium WebDriver to perform automated tests on a customised dynamics 365 website. On the page, there is a web element, contained within 2 iframe elements, denoted by ::before. I want to ...
B.Griffin's user avatar
  • 361
0 votes
1 answer
358 views

BrowserStack's App Automate- Error when running the sample project from the Quick Integration Guide in C#

This is my first time using BrowserStack's App Automate and I downloaded the sample project from the Quick Integration Guide using C#. When I run the tests for the sample project, I get the following ...
Evangeline Drink's user avatar
0 votes
1 answer
321 views

Update Visual Studio test platform to use latest version of Edge browser when using Azure Pipelines

I'm setting up an Azure DEVOPS pipeline to run automated UI tests. This has mostly been a success apart from one detail. The Azure Pipelines VM/agent doesn't have the latest MS Edge web browser ...
Damo's user avatar
  • 2,038

15 30 50 per page
1
2 3 4 5
54