I have to test content of webpages . My mentor says to use selenium . I looked up and found it is tool used for testing and thought that 'll do .I tried Selenium IDE and found it repeat our action in web browser. But couldn't understand how to use it as tester.
ToDo : Search of some string in HTML source code of webpage and if they are there in source code then consider the page as ok.
How to do it ? : I have links and source code of webpages and can do string searching in it. Do i need to do it using selenium ? if yes , how ?
Please bear with me if that sound as silly question . I am noob to selenium .
PS : I have to do that in Java.