Showing posts with label automation. Show all posts
Showing posts with label automation. Show all posts

Wednesday, April 11, 2007

Automating SEO Tasks using QTP

If you are bugged up with routine tasks, here is a solution " Automate".

How to do it?

Using a s/w which fulfills your requirements.

QTP ( Quick Test Professional)

QTP is an excellent Automation Tool works in two modes:
1) Context Sensitive : Depending upon the clicks
2) Low Level : considers mouse movements ( X and Y co-ordinates)

Views:
1) keyword View : Screen view
2) Expert view : Code view ( for scripting)

Check Points:
1) Standard - Used for Text
2) Page - Can be used to check page download time
3) Bitmap - may be used to check the images

Object Repository Manager
- Here the activities are recorded
- Macros can be defined and analyzed

Exception Handling ( Recovery Scenario)
Best for handling run-time errors so that the process flow can be managed smoothly.