-
as seen on Stack Overflow
- Search for 'Stack Overflow'
For me one of the biggest bores of being a developer is writing user documentation. (I am referring to the stuff that gets exported into PDF files files that ship with the product, not comments in code here).
The task off adding or updating new bits of text to the existing documentation is OK. However…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Its a rails 2.3.5 app. I'm using the rspec and cucumber for testing.
When I run autospec, it runs correctly with the warning (Not running features. To run features in autotest, set AUTOFEATURE=true.) as below:
[~/rails_apps/automation (campaign)?] ? autospec
(Not running features. To run features…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
I am working on a desktop application which uses Infragistic grids. We need to automate the regression tests for same.
QTP alone does not support this, we need to buy new plug in for same which my company is not very much interested in.
Do we have any open source tool for automating regression…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
This is an excel sheet which has only a single column filled for each row.
(explanation : all CITY categories fall under V21 , all handset categories fall under CityJ and so on )
V21
CITYR
CITYJ
HandsetS
HandsetHW
HandsetHA
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a bunch of .doc files in a folder which I need to convert to .docx.
To manually convert the .doc to .docx is pretty simple:
Open .doc in Word 2007
Click on Save As...
Save it as .docx
However, doing this for hundreds of files definitely ain't fun. =p
How would you automate this?
>>> More