Questions tagged [web-application]

Questions related to testing of web-applications and sites

Questions related to testing of web-applications

160 questions
9
votes
5 answers

Testing cloud based applications

Is there any fundamental difference in the way applications/services hosted in the cloud are to be tested versus a traditional web based application? It looks essentially the same to me except the way these applications manage large loads (elastic…
Rajneesh
  • 1,358
  • 1
  • 11
  • 16
7
votes
7 answers

Does a tool for testing web applications with different bandwidths exist?

I am currently starting to develop a web-application. This application should also upload a significant amount of data. Does a tool exist, with which I can limit the upload and download speed for some applications or the whole computer? (Ubuntu…
Martin Thoma
  • 171
  • 3
6
votes
2 answers

Why should I have a "closed beta"?

I am running a test on a new Rails app and am doing an open beta from the start. You see these companies with private betas, and I'm wondering, what is the exact point of a private beta. If you inform users, shouldn't they just be allowed to use it?
6
votes
3 answers

How can I test "link expiration after 15 days" manually?

I am testing a web application. This is the scenario: An agent signs up by providing some details like email etc The agent then receives an email with a Registration link that expires after 15 days. My question is how can I test that the link…
RenukaA
  • 139
  • 1
  • 8
5
votes
6 answers

Accessibility Testing - Should it be considered functional testing or non functional testing?

Well, I am not going to say what falls in functional/non-functional testing as it might vary in your work place. But if you carry out a11y testing then do you have it marked as functional testing or non functional testing?
Tarun
  • 3,437
  • 2
  • 30
  • 43
4
votes
2 answers

How to read log files from Tamper Data Firefox add-on?

I have a few log files of request\response for web application and I need to analyze it somehow. The log files have been made with the Tamper Data Firefox add-on, but I can't find any way to use that add-on to read its own logs. It's simple XML…
4
votes
1 answer

Print Stylesheets - how do you effectively test them?

We have a pain point at the moment - we are trying to implement 1 print stylesheet across many different templates/styles of websites. The problem is that they seem to be like a waterbed - you push down in one place, another area bulges. We cant…
DuncN
  • 806
  • 4
  • 7
3
votes
2 answers

How to stress test this chat application

I am creating a chat application with node.js and socket.io. I want to know how many chatters my application can handle. What I want to know is what will happen to CPU and memory on the server having 10,100,1000,10000,100000 chatters talking to…
Klaasvaak
  • 131
  • 1
  • 5
2
votes
2 answers

Web Application server migration

While testing web application migrations to newer servers, what kinds of gotchya's should I be looking out for. I think that I have a pretty good handle on most of the testing, however, I have this sinking feeling that I'm missing something. As…
Lyndon Vrooman
  • 6,116
  • 26
  • 52
1
vote
1 answer

Why when I browse to a host name I have mapped in my hosts file I get a different site than if I browse directly to the ip address it is mapped to?

I am testing a website and have been asked to map a host name (the live website url) to an ip address in my hosts file. My understanding is that this means when I browse to the host name, instead of seeing the live site, I am redirected to the ip…
shtogdill
  • 21
  • 2
1
vote
1 answer

Find beta-testers for opendata site

I've launched the community-driven opendata non-profitable site, and want to find the beta-tester enthusiasts. Can you suggest where I can to contact them?
Y.N
  • 123
  • 1
  • 7
0
votes
2 answers

Converting emoticons to images in chatroom: how to test this?

I'm testing an application which has chatrooms, where the users will input emoticons while chatting each other. The user will input the various types of smiley/emoticons in it. How can I write a test case for emoticons? UPDATE : User input will be…
0
votes
3 answers

Automatic testing of Single Page Web Application

I have a very complex SPA made up of a client that uses AJAX to make calls, and a rather large number of endpoints that respond to REST requests. We are writing tests the "classic" way; however, one of the ways we are exploring is: We use the app…
Merc
  • 139
  • 2
0
votes
1 answer

How to measure client side performance?

We have a new web page being developed and it loads slower then the other pages by a second or two. I'm trying to determine when a page is loading too slow for our clients. The time it takes a page to load will also change depending on what machine…
bbarke
  • 151
  • 1
-1
votes
1 answer

What is the difference between GUI testing of web application and GUI testing of cockpit displays

I am familiar with GUI testing for web applications, but now I need to test cockpit displays for avionics systems. What are the critical differences between web application testing and avionic display systems testing that I need to be careful…
Q khan
  • 1