How to log a Bug in ALM using OTA? – User friendly Tech help

Requirement: – Logging Bug in ALM/QC programmatically, without any manual intervention. n Solution: – We will utilize the capabilities of OTA (Open Test Architecture) of ALM to log a Bug. n Approach: – Key is “TDConnection object” which is the entry point for using OTA; with this object we can access most of the functionalities…

Setup for Robot Framework Automation – User friendly Tech help

World changes constantly..nWe change each day..nOnce U find itself U have to begin again.nnToday we are changing and learning Robot Framework and thought of sharing the same with others co-learners, please add your expertise as comments to this post. We have already shared our posts on established automation tools like UFT and Selenium.nnDo follow us…

Apex Superbadge (part-1) – User friendly Tech help

n Scenario:- Automate record creation n n Install the unmanaged package for the schema and stubs for Apex classes and triggers. Rename cases and products to match the HowWeRoll schema, and assign all profiles to the custom HowWeRoll page layouts for those objects. Use the included package content to automatically create a Routine Maintenance request…

Cracking JavaScript,HTML and CSS Interviews (Part-1) – User friendly Tech help

Today we are sharing our first interview post for our web developer community. Hope it facilitate them in achieving their aspirations.n“First they ignore you. Then they laugh at you. Then they fight you. Then you win.” by Nicholas Klein n n n n n n Add caption n n n JavaScript:-n1) what are the Data types…

How to Encyrpt and Decrypt Password in UFT? – User friendly Tech help

 Requirement:-nnWe don’t want to share our application(say Oracle database) login password , but rather encrypt it and while using the SQL query we need it to be decrypted at runtime.nnSolution:-nFirstly we will Encrypt the password and then decrypt it.nEncryption:-nnApproach 1:-nnUsing Crypt utlity Object. nMethod used :- Encrypt n n n n n n Syntax n n n Code:-…