sqainterviews.com
SQA interview question 6 - Give an example of test plan template?
http://www.sqainterviews.com/2010/02/sqa-interview-question-6-what-is-test.html
QA Tester interview questions and answers. SQA testing interview questions and answers for QA Engineers and Testers. SQA interview question 6 - Give an example of test plan template? Subscribe to: Post Comments (Atom). Common QA Tester interview questions. SQA interview question 1 - Can you tell me about yourself? Tester interview question 2 - What did you do as QA Tester in your last project? SQA interview question 3 - What is the process of SQA testing in the company where you worked for the last time?
automationhints.blogspot.com
Automation Hints: Capybara methods
http://automationhints.blogspot.com/2014/06/capybara-methods.html
Subscribe To Our E-Mail Newsletter. Friday, June 20, 2014. Click Here For Smileys :D. Subscribe to: Post Comments (Atom). This blog mainly focus on Test Automation and Framework Design. Find child elements : Selenium Web driver. When same object is getting duplicated for N number of parent, then user can refer parent and child relationship to identify the object i. How to Identify popup window in Selenium Webdriver? How to Clear cookies from internet Explorer by selenium webdriver? Verification points a...
automationhints.blogspot.com
Automation Hints: Selenium and Webdriver waits
http://automationhints.blogspot.com/2015/05/selenium-and-webdriver-waits.html
Subscribe To Our E-Mail Newsletter. Friday, May 8, 2015. Selenium and Webdriver waits. Here, I have listed all waits methods which is used in selenium web driver. It's helpful to eliminate the random failures from your test suites. Selenium execution will wait for a specified time period to load the DOM elements.After that it will check the presence of web elements in the DOM, if not then throw errors. Driver.manage().timeouts().implicitlyWait(30, TimeUnit.SECONDS). Wait = new WebDriverWait(driver, 20);.
automationhints.blogspot.com
Automation Hints: May 2015
http://automationhints.blogspot.com/2015_05_01_archive.html
Subscribe To Our E-Mail Newsletter. Wednesday, May 13, 2015. Code searching tools: ag. Is a code-searching tool, similar to awk and grep and its mainly used to searching large trees of source code. it requires perl to run and portable with any platform. Https:/ github.com/ggreer/the silver searcher. Other tools : https:/ github.com/petdance/ack2. Friday, May 8, 2015. Selenium and Webdriver waits. Driver.manage().timeouts().implicitlyWait(30, TimeUnit.SECONDS). Wait = new WebDriverWait(driver, 20);. If yo...
automationhints.blogspot.com
Automation Hints: How to Clear cookies from internet Explorer by selenium webdriver?:
http://automationhints.blogspot.com/2012/08/how-to-clear-cookies-from-internet.html
Subscribe To Our E-Mail Newsletter. Thursday, August 2, 2012. How to Clear cookies from internet Explorer by selenium webdriver? User can enable Ie capabilities then clear cookies. DesiredCapabilities caps = DesiredCapabilities.internetExplorer(); caps.setCapability(CapabilityType.ForSeleniumServer.ENSURING CLEAN SESSION, true); WebDriver driver = new InternetExplorerDriver(caps);. If above one is not woking then U can go for Windows command level clearnace:. Click Here For Smileys :D. User can enable Ie...
automationhints.blogspot.com
Automation Hints: Verification Point RFT
http://automationhints.blogspot.com/2011/02/verification-point-rft.html
Subscribe To Our E-Mail Newsletter. Wednesday, February 9, 2011. Verification points are used to compare the data or object properties verified dynamically or manually with the application. 1 User can insert the verification point object under the "Verification Points.". 2 Add the test object corresponding that object . 3 Add the following lines of code to verify the verification point dynamic. VpDynamic("DynamicVP 01", TestObjectHere() .performTest();. VpDynamic("DynamicVP 01").performTest();. The first...
sqainterviews.com
How to become a better Software QA Tester?
http://www.sqainterviews.com/2010/09/how-to-become-better-software-qa-tester.html
QA Tester interview questions and answers. SQA testing interview questions and answers for QA Engineers and Testers. How to become a better Software QA Tester? Usually software QA testers get involved in the never ending routine of testing of the same functionality of the same software application for a very long time. How should QA Tester adjust working behavior to continue successful work on the software project and become a better SQA Tester? Top QA and Sofware Testing book. Best Books for Selenium.
itinterview.com
Top Technical Interview Tips
http://www.itinterview.com/2011/06/top-technical-interview-tips.html
IT Interview Questions with Answers. Top Technical Interview Tips. There are best steps to prepare for the technical interview in information technology. These steps applicable to any kind of technical interview and to any technical position like software developer, network administrator or quality assurance engineer. Practice interview on whiteboard. Do a mock interview. Do not memorize solution. While going through interview questions with answer, try solve questions yourself. Memorizing how to ans...
itinterview.com
Lying on Your Resume
http://www.itinterview.com/2011/09/lying-on-your-resume.html
IT Interview Questions with Answers. Lying on Your Resume. In advance of the interview, it doesn’t make sense to add Selenium skills to QA Tester resume. If UNIX systems administrator set up a few Windows 7 machines for his kids to play StarCraft II, he still could manage only UNIX machines in production environments and should not enhance his resume with the knowledge of Windows platform. As you can see, you don't really need to lie in the resume. Popular IT Interview Questions. Lying on Your Resume.
itinterview.com
Top Visualforce books Best Recommended
http://www.itinterview.com/p/top-visualforce-books-best-reccomended.html
IT Interview Questions with Answers. Top Visualforce books Best Recommended. Visualforce Developer's Guide, 120 pages, 2013. Book is written by Salesforce.com certified Force.com developer Chamil Madusanka. He is avid about Force.com platform and greatfully shares his knowledge on Force.com technologies through his book. Visualforce Developer's Guide. ISBN-13: 978-1782179818 ; ISBN-10: 178217981X. More book reviews by VisualForce developers at Amazon: Visualforce Developer's Guide. Lying on Your Resume.