Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

testing techniques are used in manual web testing

This is a discussion on testing techniques are used in manual web testing within the Web Testing forums, part of the Software Testing category; Hi all, could u plz tell me what generally we have to test in the WEB TESTING and what types of errors can one face.....?...

Go Back   Geeks Talk > Software Testing > Web Testing
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

Web Testing Web Testing

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-04-2006
Junior Member
 
Join Date: Jun 2006
Location: Gurgaon
Posts: 10
Thanks: 0
Thanked 1 Time in 1 Post
sunny_love is on a distinguished road
Web testing

Hi all,

could u plz tell me what generally we have to test in the WEB TESTING and what types of errors can one face.....?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-04-2006
Expert Member
 
Join Date: Apr 2006
Location: India, Hyderabad
Posts: 133
Thanks: 21
Thanked 48 Times in 18 Posts
bvani will become famous soon enough
Re: Web testing

Tests to be applied under web testing :
- user interface testing
- functionality testing
- manual support testing
- security testing
- compatability testing
- load and stress testing
- interoperability testing / intersystems testing
- storage and data volume testing

Last edited by bvani; 08-04-2006 at 12:04 PM.
Reply With Quote
  #3 (permalink)  
Old 05-04-2007
Expert Member
 
Join Date: Feb 2007
Posts: 1,279
Thanks: 0
Thanked 192 Times in 154 Posts
Geek_Guest has a spectacular aura aboutGeek_Guest has a spectacular aura aboutGeek_Guest has a spectacular aura about
Points to consider for manual web testing

For manual web testing which point should be considered, How to note it down? Clarify steps...

Question asked by visitor monica somani
Reply With Quote
  #4 (permalink)  
Old 05-04-2007
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 910
Thanks: 12
Thanked 108 Times in 76 Posts
jainbrijesh will become famous soon enoughjainbrijesh will become famous soon enough
Re: Points to consider for manual web testing

Functionality and usability are must.
then look for browser compatibility.
If it is dynamic website the look for database.
Security should also consider
check for html, css, rss and more..if you have time.
__________________
--
Brijesh Jain
Reply With Quote
  #5 (permalink)  
Old 05-04-2007
Expert Member
 
Join Date: Nov 2006
Location: Hyd-IND
Posts: 528
Thanks: 1
Thanked 63 Times in 50 Posts
sutnarcha is on a distinguished road
Re: Points to consider for manual web testing

Most of the points are covered above.

Functionality, availability & accessibility of links, test on all types of supporting applications (like browsers of different make and versions, its synchronization with other 3rd party tools like MSOffice & WinZip), performance, security and more depending on the web site that is to be tested.
__________________
Lack of WILL POWER has caused more failure than
lack of INTELLIGENCE or ABILITY.

-sutnarcha-
Reply With Quote
  #6 (permalink)  
Old 05-17-2007
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 910
Thanks: 12
Thanked 108 Times in 76 Posts
jainbrijesh will become famous soon enoughjainbrijesh will become famous soon enough
Re: Web testing

Web testing keep much more stress on security and usability as website is available to all, and there can be any combination of H/W and S/W , so, compatibility is also the issue always when testing a website.

Other testing are same as for desktop applications.
__________________
--
Brijesh Jain
Reply With Quote
  #7 (permalink)  
Old 05-28-2007
Junior Member
 
Join Date: Feb 2007
Posts: 6
Thanks: 1
Thanked 0 Times in 0 Posts
chand05 is on a distinguished road
testing techniques are used in manual web testing

Which testing techniques are used in manual testing while testing a web-application and web pages...

Please provide the answer as early as possible

Thanks,
Reply With Quote
  #8 (permalink)  
Old 05-28-2007
Junior Member
 
Join Date: Dec 2006
Location: USA, New York
Posts: 23
Thanks: 3
Thanked 5 Times in 3 Posts
irinak is on a distinguished road
Re: testing techniques are used in manual testing

I suggested some ways to Plan Testing a Web Application.

1. Test from back-to-front, not front-to-back.
Many testers focus on testing a web application through the browser. However, this can result in spending extra cycles testing the browser, not the web application itself. This is particularly important when performing load and performance testing. If your web application is like most, you'll have a web server that connects to one or more application servers that are then connected to a database. Therefore, performance and load slow-downs could occur at the web server, the application server(s), or the database itself.

2.Use Risk-Based Testing.

This is one of the best Techniques available to Tester.
Reply With Quote
  #9 (permalink)  
Old 06-07-2007
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 910
Thanks: 12
Thanked 108 Times in 76 Posts
jainbrijesh will become famous soon enoughjainbrijesh will become famous soon enough
Re: testing techniques are used in manual testing

Quote:
Originally Posted by irinak View Post
1. Test from back-to-front, not front-to-back.

Many testers focus on testing a web application through the browser. However, this can result in spending extra cycles testing the browser, not the web application itself.
Dear irrinak,

Will you explain it a little bit more, because as I know everyone test the web pages through browser only.
__________________
--
Brijesh Jain
Reply With Quote
  #10 (permalink)  
Old 06-26-2007
Junior Member
 
Join Date: Nov 2006
Location: mumbai
Posts: 16
Thanks: 2
Thanked 2 Times in 2 Posts
ramana_gl is on a distinguished road
How to test the web applicatio

Hi All,

How to test the web application (take example as Java or HTML)? Can anybody mention clearly about this.

I already tested VB applications,is this testing differs with webtesting what may be the test cases?

Please answer to my question....

Thanks in advance
Raman.
Reply With Quote
The Following User Says Thank You to ramana_gl For This Useful Post:
  #11 (permalink)  
Old 10-22-2007
Moderator
 
Join Date: Sep 2007
Location: Chennai, INDIA
Posts: 406
Thanks: 2
Thanked 197 Times in 91 Posts
sridharrganesan has a spectacular aura aboutsridharrganesan has a spectacular aura aboutsridharrganesan has a spectacular aura about
Thumbs up Re: testing techniques are used in manual web testing

When the web page or web browser is validated following are the different types of testing that has to be performed.

- Functionality testing
- User Interface testing
- Security testing
- Compatability testing
- Load testing
- Stress testing
- Volume testing
- Usability Testing

Most prolific errors that are faced while testing web pages are the
i. connectivity errors,
ii. functionality errors such as any of the controls or links are not performing the desired activities. For example a link to page 3 may goto page 4 etc.,
iii. Performance errors, which is most common error and the application reaction when more load is happenned.
iv. Data storage errors such as whether the data given as input in the front end is saved correctly in the data base located in the server
Reply With Quote
Reply

  Geeks Talk > Software Testing > Web Testing

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
What is the relationship between test scripts and test cases? prasad79 Test Cases 4 02-13-2008 04:13 AM
How do you scope, organize, and execute a test project? prasad79 Testing Issues 1 03-20-2007 06:04 AM


All times are GMT -4. The time now is 08:52 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved