Latest Post

How to prevent pc to lock without admin permission

Hello All, Today I am going to discuss a very general problem which normally faced by IT employee or who belong to software fields. 
Auto system lock on inactivity: Now you might think how the auto-lock feature can be a problem but let me tell you for IT person or specifically automation tester he should take a screenshot while executing his script using any tool like selenium or UFT,
In the meantime, if he wants to go for a time break it's quite challenging for him because IT support doesn’t allow him to change a system setting
So if you are a person who is using their own system where you have full admin access so my friend you are in the wrong place just change your system property no need to put this much mind here but for those who is working in a reputed organization where admin access is restricted by IT team just follow simple below steps 
Note: - This method will only work on a window-based system.

Step 1: - Open Run application using windows shortcut (window+R) or using the start menu, then enter notepad in the run input box and hit the enter button.

Step 2: -Copy the mentioned code and past it to a Notepad file.

set wscrpt = CreateObject("WScript.Shell")
Do
WScript.Sleep (10*1000) 
wsc.SendKeys ("{SCROLLLOCK 2}") 'Use Send Keys to press the keyboard control.
Loop  ' End Loop

Step 3: - Now save this file with ‘name.vbs’ extension, as followed in the below screenshot.

Well, that’s all you successfully created your auto keyboard action program, now whenever you want to go for a break just double click on created VBS file and the auto key function will work for you.

UFT:- How to script effectively and faster way to minimize maintenance effort

Hi friends, it’s been long to see you guys well let's start with awesome English quote

Its Never too late to start over,
And Never too late to be happy

let's talk about today's topic here I am going to provide very simple approaches that can help you to speed up your writing skill and accuracy on UFT coding and will decrease the maintenance effort on GUI change or error-prone.
Approach that I am going to explain here it's not new but after observing many real-time projects I feel their productivity can be increased if they include these simple approach in their framework
So 1st thing you should create an additional library for storing your objects.
Just follow below steps to implement this
Create additional function file in your projects and name as you desire by clicking on
 file >New>Function Library or directly use Alt+shift+N 

Now open your object repository and drag captured object to function library and give logical name for page by using set keyword
Ex
Set Google homepage = Browser().Page() 
Dragging object
Setting object




We are done with our first approach.
Now you will observe in your action Tab(main script area)  if you type starting word of your page name in our case its W3School homepage you will get the suggestion on list and after placing dot(.) you will get all capture object in that page no need to reopen OR again and again and every object is easy to navigate
it’s a one time approach and no matter how many objects you add in OR on a specific page its gonna display directly under your suggestion list.



OK, let's move to 2nd normalization approach which I personally use much, it's quite old but still useful if you follow page object model.
with statement
If you are an experience UFT coder then you probably know about 'with' statement, in that you have to provide preceding word which you feel is going to repeat and then single dot (. ) Will consider as a full statement however if you look closely, its just a replica of 1st approach but, within a script, I will suggest you use both the approaches.


 By that, your coding speed will increase and in case your requirement changes then modification or maintainability of code will be easy hope it will help you to customize your framework. 

At the end,  just don't forget the important point, keep variable name simple and logical


HOW TO STOP OR CONTROL UNWANTED PHOTO TAGS ON FACEBOOK TIMELINE

Hello Friends ,This post is about how to stop unwanted photo tags in Facebook timeline profile.As we all know Facebook is largest social networking site in world that provide thousand of features for there user ,Here we talk about "Photo Tagging"  feature basically the main reason behind developing photo tag was to dictated person on group photo
                                  but some people use this feature to promote there picture.They are continually tag person to get promotion(like or comment) this problem enhance when someone tagged you on adult contain that shown your public Facebook wall this is very awkward.
                     To Stop this you don't need any spacial application or delete that person because Facebook it self give solution of it but unfortunately everyone not know about it. Its basically a setting feature Your just need to Setup this after this every photo in which you tag go to your time line private profile   where you can select photo for approve it if you want to display it or disapprove for not.To set up just follow this simple step

1.You need to Login to your Facebook Account.













2.Then go tho the privacy setting on your Facebook profile as show on picture.












3. After it you will see privacy setting window.
















4. Now go to Timeline & Tagging and click on edit settings.









5. You will see Popup window as shown on picture.

















6. Now look at 6th line ,by default its off  click on it






7. After it you will see popup window just unable it like next picture then back n done 


















done it ..now any activity log you will see on your timeline activity window








that's all .Hope its work for you for any help Mail Me

Trick to create folder or file without name


Create folder or file without name 


              So you want to create a file or folder that not content any name well that trick will allow you to create files and folders without any name. This trick is so simple and easy to perform any one can do it just follow the following simple step.


Step1- First create any file or folder or select any file or folder whom you want to assign name.





Step2-Right click on it, select ‘Rename’ or simply press ‘F2’





Step3- Now the main part of this trick comes, press and hold the alt key and while holding alt key type numbers 0160 from the numpad
                                    Or
Press and hold the alt key and while holding alt key press 9 from numeric keypad 8 time
Note: To perform this pc trick it is important to note that number should be typed from numpad and not from number keys present above character keys. 





That’s all ,nameless folder is created but if you want to create another nameless file or folder in the same directory so you will have to rename the file with repeat this trick two or more times.
Release the 'Alt' key. Now without doing anything else, again hold 'Alt' key and do it again.Repeat it to create as many nameless files or folders in the same directory.




How to block unwanted websites in Google Chrome

I know there are many reason why you need to know that how to block a websites. Some common reasons are you have been targeted by spammers who use adware and popup to attack your system. And other reasons may be prevent your friends or relative from having access to certain site content such as social networking site’s like Facebook, Twitter or porn site.



                                                                                                                           Anyway there are many tools for blocking website’s in chrome you can easily find it by using this link.


But  in this all extension's my favorite  is NANNY. To install it click on link you will see Google Chrome web store with some extension .Find Nanny for Google chrome and click to “ADD TO CHROME” button as shown in screenshot(for zoom click on image)

                                                                                           When you click on ADD TO CHROME button a popup window will appears click to install.(for zoom click on image)


With in a few second Google nanny will be installed and its icon will be display in right top ,Right click on it and go to option .

Then new tab will be open on your browser hear you add site name (eg. Facebook…) or site url (xyz.com) and block time(eg. 0900-1700,1900-2100 to block during 9AM-5PM and 7PM-9PM) and max time(eg. 60 min) and then save url as shown in screenshot.
                                                                   
                                                                      (for zoom click on image)

Last but most important step is go to  LockDown select site name at CONFIGURE LOCKDOWN put Duration (eg. 24 hours and 55 minute) and click on Begin LockDown .


That’s it you have don’it  and to remove blocking on websites just go to edit in Blocked URLs but its work after blockset is over but no need to wary for any problem just uninstall and re-install it 






Subscribe by entering your email and get new updates in your inbox directly


2800 Email subscribers