Monday, 27 July 2009
Run WATiN code thorugh web application
Jus add this Header tag in .aspx file
< AspCompat="true" >
Example: - suppose that you have code file as MyWatinCode.aspx and MyWatinCode.aspx.cs.
Now go to MyWatinCode.aspx file and replace the top most Header Tag
<@ Page Language="C#" AutoEventWireup="true" CodeBehind=" MyWatinCode.aspx.cs" Inherits="AutomationTesting._ MyWatinCode" ValidateRequest="false">
By
<@ Page Language="C#" AutoEventWireup="true" CodeBehind=" MyWatinCode.aspx.cs" Inherits="AutomationTesting._ MyWatinCode" AspCompat="true" ValidateRequest="false" >
And run your Automation code in web Application .if still you are facing any issues please reply me.
Correction/Comments are always welcome :)
Happy Automation.....
Thanks,
Md.Jawed
Testing Definition
Testing is an Art to execute your Knowledge, Skill and Desire.
Knowledge: - what to do and why?
Skill: - How to do?
Desire -: Want to do?
Correction is always welcome.
Wednesday, 8 July 2009
Afraid of writing blogs
Oooooooooooopppppppssssssss!!!!!!!!!! I took long gap for my second blog. Actually I was afraid of writing blogs. I was thinking that for writing blogs you need to have good writing skill and good technical knowledge of WATiN field. But after reading Pradeep Soundararajan blogs at http://testertested.blogspot.com/ I realized that I was wrong. Some contents which I would like to share with all of you.
1. You don't need to be an expert to blog but people commenting on your posts can help you to be an expert of the field.
2. As you peruse through the blog you would realize that you have improved a thousand leaps. It comes from practice and a blog helps you to practice writing.
Still I m working on WATiN blogs. Hope as soon as possible I will come up with that. :)