Latest
-
I’m currently working on a PHP web application and would like to skip the login page by automatically authenticating a user using his Windows logon credentials. Quite simply I just wanted to get which user is currently logged in the system, and use that variable to query the database and display relevant information on the… Continue Reading
-
I’m trying to record a desktop application and noticed that UFT won’t pick up activity from the menu bar. It’s able to record the app being opened but it doesn’t detect when I clicked on File then Exit, for example. In use: HP UFT 11:50 Here’s what worked for me: On Record >> Record and… Continue Reading
-
I was trying to record a web application using Web/Http protocol, but somehow I couldn’t begin recording because the “Start Recording” button is disabled. Current setup:HP LoadRunner Vugen 11.50Internet Explorer 11 Cause:Internet Explorer 11 is not supported by Vugen 11.50 Possible solutions: Continue Reading
-
This isn’t something new, I picked this up from here and thought I should make a guide of my own specifically for Blogger users like myself. Features Code Part 1: CSS On Blogger >> Dashboard >> Template >> Edit HTMLGo to the CSS section of your blog and insert the code below: If you can’t find where… Continue Reading
-
Here’s how you can create a horizontal navigation bar with drop-down feature using CSS. The limitation of this code is that it can only handle 1 level of sub menu. So if you intend you create more levels, you have to add to the code. See jsfiddle here CSS properties will vary depending on your… Continue Reading
-
Version: HP Vugen 11.52Protocol: Ajax Truclient IE I had a recent task where the project team wanted to know how long it takes for several concurrent users to play a certain video. The goal really is to see how much buffering is happening as the users are increased, and if the server can handle it.… Continue Reading