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

Questions tagged [web]

General questions related to all aspects of the world wide web. For specific portions, use the specific tag for it, such as [uri], [websites], [html] and [http].

1 vote
2 answers
35 views

Do you disable JavaScript as part of your testing? If so, how do you know whether something is buggy?

I sometimes disable JavaScript to see how a website behaves without it. I'm often surprised how much the content display relies on it. But I'm unsure whether it's a bug. I read that almost everybody ...
Y-B Cause's user avatar
  • 197
0 votes
1 answer
112 views

Web Scrape and Download Images with Python Xpath Problem

I am trying to download all images that appear in Google image search I am using "Selenium" with Python, Pycharm When I check Chrome developer tool to get Xpath i got the following: //[@id=&...
Kayle Rus'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
0 votes
2 answers
71 views

What is the ISTQB rule for verifying copyright in the web page?

Copyright © 2004, ABC Ltd. Should I pass the test case or should I fail it as the website is not update as per 2022?
HARSH CHOKSHI'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
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
0 votes
1 answer
961 views

Issue with switching / clicking an iFrame jmeter selenium

As on the image I have to click on the highlighted iFrame and I'm on Jmeter Web Driver Sampler. The issue is the bottom part of the iFrame id will get change time to time. So can't exactly identify it ...
ChathuD's user avatar
  • 2,147
1 vote
1 answer
6k views

Find Text without span Text - Python - Selenium

I want to get text that is stored on an element. Text is not a property instead when I expand Element (in chrome's inspection [DevTools]) it has two sub-properties, span and text. it looks something ...
TheUnknown's user avatar
1 vote
1 answer
8k views

Find childs of element without sub-childs - Python - Selenium

I'm trying to create a bot. The functionality I need now is to find a way to get only childs of an element without sub-childs. Take this as example: <Body> <child1>Hi</child1> ...
TheUnknown's user avatar
-1 votes
1 answer
46 views

We are using HCL OneTest UI to do the Web Automation. Trying to read and write data through MS Excel, but not sure how to do this

Is there a way to integrate HCL OneTest UI to read from and write to MS Excel. I know apache poi libs provide the ability to do so though I am not sure how it will work with HCL OneTest UI.
automation tester's user avatar
1 vote
1 answer
2k views

How to select third tab on same class name by selenium python

I just jump into python programming. I couldn't solve this I tried to several ways This is target site <div class="base-components__BaseElement-sc-150tvch-0 sc-VigVT bJRDeW"> <ul role="...
david's user avatar
  • 13
10 votes
4 answers
1k views

Which browsing mode is better for Web App Testing? Incognito mode or Normal mode?

I have a web app for testing. Can someone tell which browsing mode(Incognito/Normal) is better? What are pros and cons of testing Web App in Incognito mode and Normal mode? My mentor advises to use ...
JAINAM's user avatar
  • 1,835
0 votes
1 answer
49 views

Is anyone aware of any Public webserver that sends charset=SHIFT-JIS.?

I am looking for a public web server that servers text/html with charset=shift-jis. I can find utf-16, most webservers are utf-8, I am finding it hard (even with google) to look for a web server that ...
pyNag's user avatar
  • 11
0 votes
1 answer
57 views

How do I stress test a website?

How do I stress test a website by logging in 200+ accounts at the same time? Basically I have my website deployed on AWS and I would like to make sure that it will be able to handle 200+ users load on ...
Andy's user avatar
  • 9
2 votes
1 answer
2k views

How to check if webpages are completely loaded?

I would like to automate the following process: Create a sitemap of a certain domain. Check all pages are up. I don't come up with any good enough tool for the second step. I used to assertion if an ...
atsQA's user avatar
  • 23

15 30 50 per page
1
2 3 4 5