Similar Posts
Handy tips and Tools for working with wordpress -Part1? – User friendly Tech help
Don’t judge each day by the harvest you reap but by the seeds that you plant.” Robert Louis Stevenson n 1.How to add icons in wordpress pages ?nSolution:-nBy using the “Better Font Awesome” pluginnSteps1:- Install and activate the plugin in wordpress. n Steps2:- Search the given icon from the font-awesome library, add the code in…
Introduction to TestNG in Selenium – User friendly Tech help
In our last tutorials we covered the basic aspects of Selenium. Now we are moving towards intermediate phase so that we can inculcate framework level things in Selenium execution.n n Today we are focusing on Test NG framework; we will touch its key components which will mentor us to use its capabilities with Selenium. n…
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…
How to Search a Numeric value inside a String ? – User friendly Tech help
Hello Automation lovers, during these sweltering summers it is really arduous to sharensomething with the community. From a long time, I was thinking to share some logic for nsearching numbers in a Text.nnBy the grace of GOD, today is lucky Day 🙂n n Scenario: – How we can search a Numeric Value inside a given Text/String/File?nnSolution:-…
Introduction to Appium(Mobile Testing) – User friendly Tech help
Mobiles are everywhere; our day starts with an alarm ringing on phone and ends with WhatsApp or buffering some social media portal. Do we ever think that we are surrounded by mobile applications everywhere, from checking weather, transit, shopping, video chats or banking and so on? n Each day hundreds of new mobile apps are…
Exit Statements in UFT – User friendly Tech help
Let us discuss various Exit statements which are quite useful in automation testing Using UFT.These statements are part of Vbscripting(Latest version) and when implanted in the code provides better control on the flow of execution of automated Tests. n It is also used in Error handling as and when some exception occurs we can use…