Robot Framework- Working with Excel Library(Part-2) – User friendly Tech help

Life is short..share while you still have knowledge.nWe started with installation of Excel Library in Robot Framework , today we would focus on utilizing the keywords present in the Excel Library.nNext is publishing run results into ExcelnnWe can connect on Fb,G+,Twitter to spread more learning.nnScenario:- How we can fetch data from Excel in Robot framework to parameter our test cases.nnSolution:-…

Exception handling in Java? – User friendly Tech help

Exception handling plays a crucial part in mastering Selenium, and designing Frameworks, thus we thought of digging deeper into this topic.We have also discussed about ways of handling Exceptions. n nLet’s begin with keynotes before starting with the detailed explanation:- n n An exception is any event, which interrupts the normal flow of the program execution….

Robot Framework- Working with Excel Library(Part-2) – User friendly Tech help

Life is short..share while you still have knowledge.nWe started with installation of Excel Library in Robot Framework , today we would focus on utilizing the keywords present in the Excel Library.nNext is publishing run results into ExcelnnWe can connect on Fb,G+,Twitter to spread more learning.nnScenario:- How we can fetch data from Excel in Robot framework to parameter our test cases.nnSolution:-…

JavaScript Questions-(Part-2) – User friendly Tech help

n n n n n Prepare well to crack Interview’s n n n nn1.What is the functionality of DOM?nn2.Tell different ways to refresh the page?nlocation.reload()nhistory.go()nwindow.location.hrefnn3.How to assign value to ViewState?nViewState.Add(“Name”,”UFT”);nViewState[“Name”] = “UFT”;nn4.What is the output of JS Code?nvar title=”User Friendly Techy Help”;nvar char = title[13];nalert(char);nn5.How to make this string capitalize “UFT”;nn6.What will be the output…

QTP-11 Certification.(HP0-M47) – User friendly Tech help

n  Exam Preparation Guide n HP0-M47: HP Functional Testing 11.x Software n Introduction n This information is regarding QTP-11 certification (Full Name: – HP0-M47: HP Functional Testing 11.x Software) and its preparation. As per mine experience to crack this exam, person needs to have some hands on experience and thorough knowledge of Help guide (Provided…

Working with Notepad in UFT/QTP – User friendly Tech help

Scenario:– Launching Notepad and writing data , saving and closing at the end.n n nSolution:– For understanding purposes I’ve used “Descriptive Programming“(We can easily use objects saved in Object Repository). n Copy the below code and run in UFT/QTP to understand the flow.nnFurther  we can also close all the notepad instances opened before launching the…

Hybrid Framework in Automation (Part-1) – User friendly Tech help

We started our journey to grasp the concept of framework in automation using keyworddriven approach, today we are going to shape our existing code into a more versatile form known as Hybrid framework.nnNote:- Please read our post on Keyword Driven framework before starting with Hybrid concept.nnFollow us on Facebook for more updates and learning!!! n…

Understanding the Selenese command in Selenium IDE? – User friendly Tech help

What is selenese command? n n n n n n Learn to ask Questions n n n nnSelenese is set of commands used by selenium to automate the web application testing. These commands are divided into 3 parts which is interpreted by selenium core (engine of selenium) to perform action on application under test. Particularly these…

Enable auto save feature in Sublime editor – User friendly Tech help

Problem:- How to add auto-save functionality in Sublime-Text?n Solution:- n Using auto-save package. n How to install this?n1)Open package Control in sublime (Ctrl+Shift+p) n n2)Search and select install option  n 3)Search auto-save and select it  n 4)Enable auto-save n Press Command + Shift + P again and search for AutoSave. Here, there are 3 options:(select…

Creating your first app using Angular.io – User friendly Tech help

Do something today that your future self will thank you for n nWe have created this tutorial to make you up and running with Angular.io in 10 minutes. This is not a very detailed tutorial incase you are not familiar with Angular basics, please refer Angular.io documentation to get more details on the core concepts.nnExpectation:- nWe’ll create…