it's add-on which uses the internal dictionary of the fireFox to check the spelling.. You can also check the spelling mistakes in other languages too...
Gaurang Shah - Spell Checker
Type: Posts; User: Gaurang033; Keyword(s):
it's add-on which uses the internal dictionary of the fireFox to check the spelling.. You can also check the spelling mistakes in other languages too...
Gaurang Shah - Spell Checker
After goggling for too much time i didn't get any thing. so i make my own tool.
It's a Firefox add-on that checks the spelling mistakes on the page and highlights it....
Hi,
You can install multiple version of firefox on the same machine, you just need to create a new profile for every new intalltion. search on the google and you will find plenty of links for that. ...
Any one from the admin here ??
I am confused... Why my replies does not appear on the forum. I am able to post the question but if I reply to someone else post it says it will be available after...
Mostly the home page has only absolute address. I mean it will be link http://www.geekinterview.com/ and nothing after http://www.geekinterview.com. So you can compare you current url and find out...
Yeah that's good everybody wants the ready made things...
Just check out the focused property..
Try this code by replacing "..." with specific things..
Set MyDescription = Description.Create()
MyDescription("html tag").Value = "INPUT"
MyDescription("type").Value = "text"
1), 2) and 3) can be parametrized...
check out the QTP help file for more details...
1) we can start the automation before the products is available
2) framework demands to use the dp. ( for ex. Keyword driven framework)
1. Activate the browser
2. Use SendKeys function to send the CTRL + TAB key to move to the different tab...
' activate the browser... Say by clicking on some element
WshShell =...
By checking the printer manually.... come on get off ur seat u lazy boy ( just joking ... )
We are not creating any new object.. ChildObjects just assign the child objects to another object...
better u go through QTP profession Help...
GetRoProperty is a method which will gives you the value of the property you pass as a argument.... 3.300.00 is not a valid property..
Rather then keep asking question. I will suggest you to go...
Use the recovery scenario such that it idntifies the page. And in the action write what ever you want..
If you want to stop the test make the function and write down ExitTest
Hope this will...
As far as I know you require the QC ( Quality Control ) to run the script in the remote machine...
You can use any of the following things to save the returned value to use it later..
1) Data Table: You can use local data table if you want to use this value in this action only or if you want...
Hi All,
Does anybody knows any tool that checks the spelling on local web pages.
I know there are many sites that provides spell cheeking facility for live sites. But the site I am testing is...
But where to check the web page. Means you haven't provided the URL
Hi Everyone,
I am trying my hands on Selenium + Junit. When I Run the Scripts in the Junit it works fine. But when I run the Script recorded through the "Selenium" it provides me the following...
Ya....... Itried on google. But not getting enough help..
Hi All,
Is anybody knows any tool for i18n ( internationalization ) and l10n ( Localization) Testing. If yes please do tell me.
I am Tester..
I just want to know what should be the configuration for that.
Should the encoding be selected to "Auto Select". ?? Or it isn't require ??
hi all,
My question is regarding, Testing the Website for localization.
Is that so that server should tell the browser what type of encoding it should refer ??
i.e A programmer should sent a...
It falls under the "Black box" Testing. as we are not dealing with the internals ( Source code ) of the application..