Question

Raised by

Status

Solution

 

Alford, Ronald Wayne

Need Question

 

How will this technique be useful to test interaction between the pages? It checks for all possible user action for a single web page independently of other web pages of the same application?

Bahety, Anand Baldeodas

Need Solution

 

What does one have to do in order to account for changes in the forms themselves? Does one have to re-write the smart profile from scratch? Can it be reused? How?

Bucatanschi, Dan George

Need Solution

 

 

Chandra, Deepti Jagdish

Need Question

 

Without cycle detection, the number of states to visit can increase very quickly with depth, the example in the presentation has 160 links, which will become a prohibitive 160^3 if we allow very short 3 clicks depth. With cycle detection, we need the state stored in the server, which VeriWeb does not have in its architecture. So is VeriWeb feasible at all to test websites with many clickable links?

Huynh, Thuan Quang

Need Solution

 

 

Nguyen, Bao Ngoc

Need Question

 

How is realistic testing done using VeriWeb?

Konda, Shravya Reddy

Need Solution

 

Discuss how Web testing is different from GUI testing.

Lee, Joonghoon

Need Solution

 

Can VeriWeb test the database involved in the dynamic website? If yes, how?

Liu, Liping

Need Solution

 

 

Wongsuphasawat, Krist

Need Question

 

Why might it be desirable to prune cycles when searching through links on a web page? Why might it not be desirable?

Reisner, Elnatan Benjamin

Need Solution

 

 

Schulman, Aaron David

Need Question

 

VeriWeb detects two different classes of errors; what are these classes? Explain the differences between them.

Sharara, Hossam Samy Elsai

Need Solution

 

What are some challenges in web testing that makes it distinct from general GUI testing?

Stuckman, Jeff

Need Solution

 

 

Teoh, Alison Lui Koon

Need Question

 

Using SmartProfiles user can specify some properties, and then the verifier traverses the Web site to find a sequence of operations which would lead to a page violating a property. However, tests are performed only at http-level. What are pros and cons of doing so?

Thakor, Shashvat Advait

Need Solution

 

 

Vador, Sachin Shashikant

Need Question

 

 

Donlon, Eileen Merle

Need Question

 

When testing web-sites, one could consider requests sent to the server as function calls with parameters (e.g. GET and POST values in http) and the response sent from the web-site as a return value. Why is this idea too naive to test today’s web-applications?

Zazworka, Nico

Need Solution