Friday, January 28, 2011

Text Matching in Open Script

http://oracleats.blogspot.com/2011/01/text-matching-in-open-script.htmlText Matching in Open Script

Text Matching can be performed from TreeView and Code View.

The text matching for a String "India" on a google page would like

web.document("/web:window[@index='0' or @title='Google']/web:document[@index='0']").assertText("MatchText", "India", Source.DisplayContent, TextPresence.PassIfPresent, MatchOption.Exact);
http://oracleats.blogspot.com/2011/01/text-matching-in-open-script.html

Wednesday, January 26, 2011

TIP How to remove mapped network drive

TIP How to remove mapped network drive ?


  • Goto Start > Run
  • Enter "regedit" and click ok
  • Navigate to  
    • \HKEY)CURRENT_USER\Software\Microsoft\windows\CurrentVersion\Explorer
    • Click on the key "Map Network Drive MRU"
  • Select the drive names and press the "Delete" key
Restart your system for the changes to afffect.

To immediately reflect the changes ( not recommended )
  • Launch Task Manager 
    • Right Click beside the Start Button
    • Click Properties to launch a Menu
  • Click "Processes" tab
  • Select "explorer.exe"
  • Click the "End Process" button.
  • Confirm "Yes" in the Task Warning Window that is displayed.
  • Note : the windows title bar wher the start button is located disappears. Do not panic.
  • Follow the Steps below to re-launch the process. 
Now Relaunch "explorer.exe" process
  • Click File>"New Task (Run...)" in the "Windows Task Manager" window
  • Enter "explorer.exe" and Click OK.
  • Note that the windows title bar appears.
  • Open My Computer
  • Notice, the mapped drives have been removed.
HTH
Ajith

TIPS why is my system slow?

Today morning, like many of you I switched on the system.
The same old frustration, the same old problem with my computer
  • Delay in mouse click response
  • Delay in switching between windows
  • All of a sudden you feel "Why does it happen?". Everything worked fine 5 mins back.
  • You try to kill processes. You try all geeky stuff to avoid loosing your working data and session.
All of us know the simple tricks but we forget to apply them as time flies by.

Few TIPS as a reminder are listed below :
Disk Cleanup ( Think about it, You knew it but never took time for it. If you don't read on. )
  • Run Your disk clean up
    • Open My Computer
    • Click on Drive C:
    • Right click the mouse over the drive select "Properties" from the menu.
    • Click "Disk Clean Up" Button on the "General" tab.
    • Wait for the "Disk Clean Up" Progress bar to complete.
    • On Completion a Disk Clean Up Window with the summary of the disk details is displayed
    • "Check" the check boxes for the following options
      • Temporary Internet file
      • Recycle bin
      • Temporary Files
      • Compressed Files
    • Click on OK button. 
    • Confirm the dialog box with the option YES to allow the system to clean up the files.
      • This might take some time depending on the amount of files to be deleted.
      • Your data (e.g., word documents) on your drives aren't lost lost in this process.

Perform the same operations listed above on the remaining drives.
Restart your system, if possible.

Temporary Files and Internet Files are those files that pile up on your system when we :
  • Visit a website ( Images, flash content, cookies are stored on your computer ).
  • Watch a Video, Animation, read a pdf document online or offline.
  • Forget to permanently delete files that pile up in the "Recycle bin"(On your desktop).
Other Checkpoints :
  • Its' a good practice to avoid "Shut Down" in hibernate mode.
    • The snapshot of your Session windows is stored on the disk.
  • Make it a point to "Shut Down" and "Restart" the system, at least once a week.
Taking an hour's break to clean your system helps you avoid frustration for the next week.
Next time you seem frustrated with your computer.
You know what your "Check Point".

Restart your computer after Disk Clean Up.
You will feel the change.

Do add your personal tips and tricks for a better Browsing & Working Experience.
If you have a lot of data stuffed on your disk, You should also look at "Disk Defragmentation".

HTH
Ajith

Tuesday, January 25, 2011

Search Engine Optimization (SEO) cost for web site


Search Engine Optimization (SEO) cost for web siteA very informative article on SEO, one of my very good picks for readers.

Search Engine Optimization (SEO) cost for web site

Putting up your web site online is one thing and getting it to rank high for chosen keywords is another. If you have a web site but it's not getting the desired traffic, you may be thinking of search engine optimization or SEO - how to get it to rank high on search engines for a chosen set of keywords. Most people ask for search engine optimization services from a professional because it is kind of complex and ever changing. However, basic SEO can be implemented quickly and can yield fairly good results. So let us see how much will search engine optimization cost for your web site.

Is your web site already optimized for search engines?

Read the complete article taken from the Source : http://www.webdevelopersnotes.com/articles/search-engine-optimization-cost.php

Monday, January 24, 2011

Oracle ATS web testing

Oracle ATS is a testing tool that is available in the market to support web functional testing.

For an overview please follow the blog oracleats.