Tuesday, February 24, 2009
verifyForText function in selenium
verifyTextPresent function in selenium is used to verify whether the Text is present in the page or not.
If not, it returns false.
In my experience, I tried with the click function and followed by this function with wrong value, so that it should return false. But I couldn't see false is returned.
After scratching my head i tried with open and followed by the verifyTextPresent function(as usual with wrong value), it returned false for the invalid data.
Thursday, February 19, 2009
Element not found error in Selenium IDE
I often face "element not found error" while executing Test cases in Selenium IDE. After some googling , I found error arises because, Selenium try to execute the command before the page gets loaded.
To over come, use AndWait command before the line where error is occurred
For example, If the flow like
Search button is clicked and a value is selected from the select box and proceed further.
If error occurs while selecting a value in the select box, use clickAndWait command for Search button click. So that Selenium Click the Search button and waits for the page to get load.
Wednesday, February 18, 2009
Selenium IDE
Selenium IDE is an Open source, record and Play back tool which runs on browser.
It comes as a plug in for Firefox.
Selenium IDE can be found at http://seleniumhq.org/projects/ide for download.
Once Selenium IDE is installed as plug in. Make sure to restart the Firefox. Selenium IDE can found at Tools menu of Firefox and Once Selenium IDE is clicked, it opens on a new window.
Monday, February 16, 2009
Transaction Isolation Level
Transaction isolation Level is a setting decides, how data of the current transaction is made visible to another transaction
More info click here
Thursday, February 12, 2009
Be bugging
Be bugging is the process, where known defect are intentionally added to the system or components to monitor the detection and removal and to estimate the remaining defects. It is also know as Fault seeding.
Tuesday, February 10, 2009
Test Case
Test case is a document, with set of conditions(inputs) and expected output. Test case is used to determine the application or software meets its requirement.
Collection of Test Case can be called as Test Suite
Monday, February 9, 2009
Restore a database in SQL using Query
To restore a database,
restore Database [databasename]
From Disk ='c:\databasefilename.bak'
BackUp a database using query in SQL 2005
Query Syntax
Backup database [database name] to disk=’path to store the file’
Example
Backup database xyz to disk ='c:\data_backup'
While taking backup you can also view the progress status
Query
Backup database [database name] to disk=’path to store the file’ with stats=30
here 30 will show you
30 percent processed
60 percent processed
Friday, February 6, 2009
GMail now in Offline(BETA)
GMail is now available at Offline mode. This feature can be enabled in labs and with the help of Gears, Google download GMail cache. As long as the connection is available, cache is synchronized with Google Server. Once the connection is down, Google automatically switches to Offline mode and uses local cache from the hard disk. The mail which is sent when it is Offline are placed in Outbox and once connection established, the mails are sent automatically.
just follow these steps to get started:
1. Click Settings and click the Labs tab.
2. Select Enable next to Offline Gmail.
3. Click Save Changes.
4. After your browser reloads, you'll see a new "Offline0.1" link in the upper righthand corner of your account, next to your username. Click this link to start the offline set up process and download Gears if you don't already have it.
Wednesday, February 4, 2009
SaaS
SaaS stands for Software as a Service. It is an application hosted on remote server and can be accessed through Internet. In general, the application is not loaded on the client machine and no need to have storage area. SaaS pricing based on the monthly fee and which is more economically than general software licensing.
Example
Gmail, Yahoo Mail etc...
More info Saas
Example
Gmail, Yahoo Mail etc...
More info Saas
Tuesday, February 3, 2009
Google Blogger Usability Issue
Again I am finding some problem with Blogger. This, time it is usability issue.Whenever I go to new posting I can able to use FONT, TEXT SIZE Options from the toolbar.I kept idle without blogging for three to four days. One fine day I decided to blog, suddenly I found there is no Options for FONT, TEXT SIZE in the toolbar. I was shocked and I don't know how to get back those Options. I made some R & D in SETTING but still I couldn't find out.
At last I decided to do some Googling and I got the answer that those Options are available only at Compose Tab.
Fine Ok no problem that might be a requirement, I am blogging for the past one month, whenever I go to Posting TAB and create a new post, I can find those options without changing the TAB from Edit Html to Compose i.e If you go to new post the default tab will be Compose TAB.
So how it is possible, suddenly default TAB got changed.?
Monday, February 2, 2009
CRM
CRM stands for Customer Relationship Model, it is a process where a company follows to track and organize their customers, to develop a strong relationship with them in turn company can increase their revenue. CRM tool supports these process.
Wiki defines
Customer relationship management (CRM) consists of the processes a company uses to track and organize its contacts with its current and prospective customers. CRM software is used to support these processes; the software system can be accessed, and information about customers and customer interactions can be entered, stored and accessed by employees in different company departments. Typical CRM goals are to improve services provided to customers, and to use customer contact information for targeted marketing.
Merits
- Provide better customer service
- Increase customer revenues
- Discover new customers
- Cross sell/Up Sell products more effectively
- Help sales staff close deals faster
- Make call centers more efficient
- Simplify marketing and sales processes
- Sales and purchase data
- Account information
- Web registration data
- Service and support records
Subscribe to:
Posts (Atom)