TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Akash Patel
NA
21
12.5k
Unit Testing in ASP.NET Web forms
Oct 18 2017 2:47 AM
I a developing a project which is OnlineVideoStreaming website. Its in ASP.NET web forms.
I want to unit test some of the functionalities such as login, registration etc. But the problem is how to test the code such as button click event in which login code is written in code behind.?
What parameters to pass in "object sender and eventargs e"?
Example:
public void btn_click(object sender,eventargs e)
{
// Login code here
}
Reply
Answers (
1
)
i want to protect my image or logo in website
Cast var linq query in int issue