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…

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

In part-1 we would discuss on Installing Excel Library to work with Robot Framework. n True Success is balance. For me, this means Health, Wealth, Happiness. n So I try and get 1% better each week in each of these areas. n Lets learn the robot framework integration with Robot Framework to enhance our skills….

Various methodologies to Kill running Process in Task Manager. – User friendly Tech help

Approach 1:- Without using UFT and we will simply create a .VBS file on the system and Run it. n ‘*******************************************Sub***************************************************’Function Name:- fn_KillMe’Function Description:- Kills the Given process using Run Command’Input Parameters:- sProcess,(Process Name)’Output Parameters:- Process Killed Message”**************************************************************************************************msgbox fn_KillMe(“Notepad.exe”)Public Function fn_KillMe(sProcess) On Error Resume Next Dim objShell,sStatus ‘Creating WSH object Set objShell = CreateObject(“WScript.Shell”) ‘Executing…

How to implement Highlight in Selenium WebDriver? – User friendly Tech help

Highlight is the most prominent feature used in Object Spy in UFT/QTP. But the question comes into our mind can we have the same facility in Selenium also?.nnAnswer is YES!!n n n n n n n I want to highlight object in selenium n n n Why we use Highlight?nHighlight plays crucial role in  debugging…

Examples of Vbscript – User friendly Tech help

Basic Examples:- nnScenario 1:– nTo get Output message “Welcome to Vbscript” nnSteps:- n n Open any editor(Say Notepad)  n Type the code MsgBox(“Welcome to Vbscript”)  n Save file with extension .VBS with Save as Type: All files  n Double click the Icon of newly created file. n n Output:- nn n n n n n vbscript icon(Double click to run…

Interview Questions-Part-6 – User friendly Tech help

In one of the interview i was asked to write test cases on “Credit Card“, thought of sharing with testing community , please feel free to add and extend the cases. n Contact :- [email protected] nn Physical appearance/Usability:-  n n Test the color and size of the card n Bank name/type of card(Titanium,platinum) n Credit card…