I have to automate the Firefox application to do Functional testing,
kindly help me which testing tool I can use.
thanks
I have to automate the Firefox application to do Functional testing,
kindly help me which testing tool I can use.
thanks
Would probably go for selenium but worth noting there are alternatives with cross browser compatibility: Watir and Sahi
Their relative advantages and disadvantages compared to Selenium are discussed here https://stackoverflow.com/questions/606550/watir-vs-selenium-vs-sahi
The most important piece of selenium that you can use is Seleinum IDE, user friendly interface to record and play your tests.
Useful for automated tests of web.
Consider TestPlan which has Selenium available as one of its backends but abstracts way all the nasty bits and generally makes it easier to write tests quickly.
Consider a quick test to submit a form pressing the Save button and setting a few parameters:
SubmitForm with
%Submit% value:Save
%Params% with
%name% Hammy First
%country% CA
end
end