Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [web-application]

Questions related to testing of web-applications and sites

1 vote
0 answers
13 views

What is a definition of 'Renderable canvas' in a context of web based test automation

In description of 'location' property of Selenium WebDriver the term 'Renderable canvas' is used: property location: dict The location of the element in the renderable canvas. Link: https://selenium-...
Pekotski Bit's user avatar
1 vote
1 answer
50 views

What are the best practices for automating test cases in a dynamic web application with frequently changing UI elements?

I'm currently working on automating test cases for a dynamic web application, and I'm facing a challenge due to the frequent changes in UI elements. The application's UI components often undergo ...
gregbowers's user avatar
-1 votes
2 answers
78 views

How do we decide which tools to use to test web and mobile applications? [closed]

My friend and I have just started our business that aims to conduct web and mobile application testing. We have read a lot and learned how to perform such testing. However, throughout our reading, we ...
Sam's user avatar
  • 1
0 votes
1 answer
548 views

Automating test for VoIP webapp?

Our Web App is a call center app. One of the key functions of our Web App is to make VoIP call and then do post call processings. But we can't find a tool/way to do automate testing, which involves ...
Qiulang 邱朗's user avatar
1 vote
1 answer
124 views

How can you test if a page can be anonymously accessible within an app you have already authenticated in?

I am trying to ensure that a page that can be visited from within an app that requires user to be logged in, can be accessed anonymously. A controller has been introduced that can present views as ...
metavaronos's user avatar
-2 votes
2 answers
97 views

how to detect a real front end issue?

If I am testing a website, perform a "zoom in" action, and notice that the features are no longer in their correct places (the boundaries have changed), should I consider this behavior a ...
USER_1234's user avatar
0 votes
3 answers
2k views

Selenium driver for web app testing on chrome in incognito windows

So I am trying to use a selenium web driver extension on chrome to record a web application test on a chrome browser that is in an incognito mode. How do you run a test on a web application in an ...
Temmy's user avatar
  • 1
1 vote
3 answers
6k views

Is it possible to open a mobile browser with Selenium WebDriver?

I know it is possible to open a desktop web browser with Selenium WeDriver. The following lines written in Java allows doing so: WebDriver webDriverChrome = new ChromeDriver(); webDriverChrome.get(...
Seeker001's user avatar
  • 572
0 votes
1 answer
2k views

How to go through all pages at a certain domain with Selenium WebDriver?

I need to verify a certain thing on multiple pages on a certain site. The thing is it is quite tedious to manually add links to each page for testing to a script. Is there a way the Selenium WebDriver ...
Seeker001's user avatar
  • 572
0 votes
1 answer
164 views

Slow page load time when increasing concurrent users

I've been load testing our site recently and noticed that the browser page load time in Azure's Application Insights suffers a great deal when ramping up the number of concurrent users. The page ...
Bluetonic's user avatar
0 votes
3 answers
975 views

Error with driver.switchTo().window() complaining that something isn't a string when it is

TL;DR I give my function a string. It complains that what I gave it isn't a string. My code: new WebDriverWait(driver, 5).until(ExpectedConditions.numberOfWindowsToBe(1)); //induce WebDriverWait ...
BelovedFool's user avatar
0 votes
1 answer
375 views

How to check in the page if the name exists and then increment a unique name

I have a scenario where I need to add new username everytime is run the script. For instance, if the last time I had added a name as test1, then next time when I add another name I should not add ...
sandy's user avatar
  • 23
1 vote
1 answer
28 views

Should cross-browser and cross-platform be performed for testing network calls from a website?

My team is implementing Adobe Analytics on a web site. We have three layers where it should be tested. Adobe Data Layer. The required variables and their values are added to an object handled by a ...
Seeker001's user avatar
  • 572
1 vote
1 answer
468 views

Tuning .net core 3.1 application load testing using Jmeter on linux

I want to do (distributed) performance/load testing using jmeter on an Aspnet core 3.1 application on linux but I'm not satisfied with the results I had so far. To make sure the environment is well ...
DjTrilogic's user avatar
0 votes
1 answer
255 views

Test Plan/Strategy of an application which has API +DB

I have faced this question numerous times during interviews. Given a simple application diagram (like below) how would you test it or what will be your test plan or test strategy. I know it is a very ...
Reema's user avatar
  • 159

15 30 50 per page
1
2 3 4 5
11