SendKeys Keystrokes – User friendly Tech help
n n n Key n n n Keystroke n n n n n Alt n n n {ALT},% n n n n n Backspace n n n {BACKSPACE}, {BKSP} or {BS} n n n n n Delete n n n {DELETE} n n n n n Down Arrow n n n {DOWN} n n n…
n n n Key n n n Keystroke n n n n n Alt n n n {ALT},% n n n n n Backspace n n n {BACKSPACE}, {BKSP} or {BS} n n n n n Delete n n n {DELETE} n n n n n Down Arrow n n n {DOWN} n n n…
Let us comprehend the role and settings of a “Remote Agent” in UFT/QTP. n Meaning:- n It is an inbuilt tool inside HPUFT, which comes into picture when we run a test from ALM. n UFT Remote Agent opens on the UFT computer where the test runs. n The UFT Remote Agent determines how UFT…
Requirement:- We need our TextArea should be flexible to be re-sized by user in Internet Explorer?nnSolution:-nWe followed the approach of JQuery to solve the problem.nnMethod:-nResizable nnWorking DemonCode:-nnnCSS:-n n n n n n CSS part n n n HTML:- n n n n n n HTML Code n n n JavaScript:- n n n n n n JavaScript n n…
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…
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….
Learn practical tips for working with JavaScript n Scenario:- Legacy code thrown at you with new UX design, and you cannot touch the original code. So doing latest UI changes is headache. Solution:- Play with the structure of the html and add latest flexbox or grid CSS to make your life hell easier. How i…
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…
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…
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…
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…