| | Book ShopNew | Testing Tools | Testing Books | Testing Directory | Testing JobsNew | Testing CertificationsNew | |
testingsense.com
A forum to discuss Software Testing
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Software Testing Jobs
Only Software Testing Jobs
And Nothing Else
Emulating User Activity via Black Box Tests

 
Post new topic   Reply to topic    testingsense.com Forum Index -> Black Box testing
View previous topic :: View next topic  
Author Message
pratap



Joined: 31 Aug 2007
Posts: 6

PostPosted: Sat Sep 01, 2007 4:53 pm    Post subject: Emulating User Activity via Black Box Tests Reply with quote

Please explain Emulating User Activity via Black Box Tests ?
Back to top
View user's profile Send private message
moksh



Joined: 31 Aug 2007
Posts: 17

PostPosted: Sat Sep 01, 2007 4:56 pm    Post subject: Emulating User Activity via Black Box Tests Reply with quote

Black Box tests emulate user interaction with an application. Keeping the tests closely aligned with the manner in which users interact with the application is the key for quality tests.

Historically, writing Black Box tests was difficult. Applications used different GUI technologies and communication protocols; thus, the potential for tool reuse across applications was low. Commercial testing-tool packages relied on capturing mouse clicks and keystrokes, which proved brittle to change. The combination of wide usage of HTTP/HTML standards and an emerging number of open source projects makes Black Box testing an easier task. Emulating user activity on web sites can be done in several manners:

*Automating Internet Explorer via the SHDocVw COM interface.
*Using a commercial testing tool.
*Using an open source Java package like HttpUnit or jWebUnit.

HttpUnit is the focus of this article for several reasons:

*HttpUnit covers the useful spectrum of HTTP/HTML standards functionality, including forms, frames, JavaScript, SSL, cookies, headers. *HttpUnit can be used to test a web site written in any programming language.
*HttpUnit is written in Java, so the test cases can use the entire spectrum of Java functionality.
*HttpUnit executes within a JVM as a standard Java library and can be integrated easily with Ant scripts and daemon test agents.
*HttpUnit is an open source project.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    testingsense.com Forum Index -> Black Box testing All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
| | Book ShopNew | Testing Tools | Testing Books | Testing Directory | Testing JobsNew | Testing CertificationsNew | |