There is very easy way that you can run VB Script code written on notepad without any additional software installed in your PC. Every Windows machine comes with default software that allows you to run VB script code written on…Continue Reading →
If you do not have Linux machine handy with you and if you want to run UNIX or Linux commands which could be executed only in the Linux machine are really difficult situation. Couple of day’s back I got few…Continue Reading →
Selenium is an automation tool that allows to automate the functionality of the project or module and test. Once test completes selenium provides complete detailed report, so that you could analyze and suggest to fix the issues or bugs. Selenium…Continue Reading →
What is Test Plan? Best Test Plan describes systematic testing approach that you have planned to execute and provide quality for the project or software. Test plan is the overall summery of the test approach, technology used, time expected to…Continue Reading →
Generally people who are interested to build their career in software testing field, while attending any interview they just read the basic testing questions by spending overnight time for reading and they feel they are fully prepared to attend any…Continue Reading →
What is Cross Browser Testing: Cross Browser Testing is nothing but testing the web application in different browsers, different versions of browsers, different operating systems and the page design of the application in different screen resolutions. How Cross Browser Testing…Continue Reading →
What is Agile Methodology? Agile as the name specifies something that to be done faster or quickly. On testing and development point of view Agile is completely a new methodology to speed up your testing and development activity. As the…Continue Reading →
Test web page in different versions of Internet Explorer If you want to test your web page or web application in different versions of Internet Explorer, you no need to install different IE versions or no need to look for…Continue Reading →
ETL Testing Steps Testing process and methodology in normal Manual/Black Box testing is a bit different from ETL testing. Like Black Box testing, ETL testing process also involves steps which seem similar but most of us might be having some…Continue Reading →
LEARN IMPORTANT UNIX COMMANDS List the files : ls (Lower case L and lower case S) List all files : ls -a Create Directory : mkdir Change the directory name : cd directory Change to home directory : cd Change…Continue Reading →