On Thu, Jan 22, 2009 at 4:20 PM, waqas ahmad <[email protected]> wrote: > > Hi, > > I want to perform these test to check the functionality of website.
For functionality testing, I would actually recommend some different tools. You might want to look into Selenium RC or possibly HtmlUnit, as they are very good at pulling data out of the page, filling in forms, and submitting them. You might have to write your own CSV data readers and writers, but odds are that this will be pretty quick. You might be able to find some online as well. > 1) First i want to check the login page of my website that it works correct > or not, if someone have any idea to test it, then please help me. I can > create some simple test plan. If you have any prepared test plan for it, then > also send me. it would be helpful for me. I would say that you should start by preparing a list of the functionality that your login form supports. Some things to think about are: What kinds of data should it accept? What should it reject? What should be displayed when a user logs in successfully? Or then a user is rejected? Should messaging be printed out when the user has not filled in their password? Wrong password? Case-sensitive user names? > 2) I explain little bit my website functionality. my web site is based on > databank. i mean, > > I measured some data from different maschines and then i put this data in > databank. Measured data is getting in "numbers"(e.g. numbers = 12453678) > > My website represent this data graphically and ofcourse i can take some > average from this data and can perform some functionality in graphics. > > I can also export this measured data from my website in different file > format. e.g:-when i will say to my website export the "blabla measurment" in > excel file or in csv file, then it export all this data in that file. > > now i have question on Jmeter:- > > can i save this data through jemeter, which i export from my website. because > later on i will compare this data with my orignal data. It could be happen my > website leak some data between exporting in files. In jmeter there is one > thing like "Save Response to file" it save only the html text. it does not > save anything about related to data. there is any other option in jmeter that > save this exporting data. > > Or have you any idea in mind for this type of testing.that how i will test > this? > > 3) Third thing is that i want to compare this data with my orignal data. > there is any jmeter_function, that > > can i compare this large amount of data with reference file with the help of > jmeter. > > I saw also some function in jmeter, that compare some little text with > "assertions". but i dont know that, > > can i compare this kind of test with assertions or not? > > I hope that someone will help me. I shall be thankful to you really. > > > Best Regards, > > Waqas Ahmad > > _________________________________________________________________ > Invite your mail contacts to join your friends list with Windows Live Spaces. > It's easy! > http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

