Oct
13
revised How to read log files from Tamper Data Firefox add-on?
deleted 5 characters in body
Oct
13
comment Do you verify presence of text in your automated tests?
Yes. There were defects. Example1 - In a particular locale text was changed before feature launch, Example2 - Localization strings were missed in certain locales only English was displayed.
Oct
13
answered How to read log files from Tamper Data Firefox add-on?
Oct
13
comment Do you verify presence of text in your automated tests?
The logic is - these text content would be changed time to time for a locale / all locales. We read it from XML based on locale, id from an XML file. This method would help you run your test across locales. This would help you to scale your automation across locales. If you pass locale value as parameter to invoke tests. This should be used for picking right strings to be checked for that locale. I have seen it successfully used last couple of years in my previously organization.
Oct
13
revised Do you verify presence of text in your automated tests?
added 34 characters in body
Oct
13
answered Do you verify presence of text in your automated tests?
Oct
11
answered Best practices to test PowerShell cmdlets?
Oct
11
comment Testing a live and staging site with Selenium IDE
I have a selenium script i created sometime back, (sqlandsiva.blogspot.com/search/label/…). This code needs refactoring. Getting started from this. Parse all the elements obtain the values and store it in a text file. Next when you parse in another environment compare it and report the result. It is still possible as long as the id's to identify are the same in both the environments.
Oct
10
answered Best guidelines for bug reporting?
Oct
5
answered Good resources for building a QA team
Sep
30
revised Testing cloud based applications
added 369 characters in body
Sep
30
comment data warehouse testing checklist
Please check related question sqa.stackexchange.com/questions/1212/…
Sep
12
revised Automation for export tasks (Word/PDF/CSV)
added 30 characters in body
Sep
12
comment Automation for export tasks (Word/PDF/CSV)
It is SSRS (SQL Server Reporting Services), I am looking for it.
Sep
11
asked Automation for export tasks (Word/PDF/CSV)
Sep
6
answered Functional tests for Flash
Sep
6
revised Testing cloud based applications
added 332 characters in body
Sep
4
answered What are the tiers of testing that should be done on a large scale distributed system?
Sep
2
revised Testing an application under continuous development
added 138 characters in body
Sep
2
answered Testing an application under continuous development