| bio | website | sqlandsiva.blogspot.com |
|---|---|---|
| location | Bangalore, India | |
| age | ||
| visits | member for | 1 year, 11 months |
| seen | yesterday | |
| stats | profile views | 178 |
My Interests - Database Developement (MSSQL, NOSQL Databases, Getting Started with Big Data), QA, Test Automation and Tools Development
My best of SQA & SO:
- Load testing tools vs. making your own
- Good resources for building a QA team
- Should programmers run automated tests written by QA?
- Testing webservice engine: best practice
- What are the tiers of testing that should be done on a large scale distributed system?
- Is there any standard tool to estimate disk space requirement for SQL Server?
- Selenium 1 to Selenium 2 Migration
- Question - Selenium Web Test Automation Framework Best Practices
|
Jan 11 |
asked | Should I use custom queries or re-use developer queries in your automation framework? |
|
Jan 2 |
accepted | Web Service Testing & Automation - Open Source Tools |
|
Nov 19 |
revised |
Web Service Testing & Automation - Open Source Tools Previous Project Details Added |
|
Nov 19 |
asked | Web Service Testing & Automation - Open Source Tools |
|
Nov 14 |
revised |
What factors should affect the ratio of QA/Test staff vs. App Developers added 89 characters in body |
|
Nov 14 |
revised |
What are good guidelines to determine when to automate a test? added 632 characters in body |
|
Nov 14 |
revised |
Who is ultimately responsible for issues that are found after software is released? added 439 characters in body |
|
Nov 6 |
revised |
Performance testing - a way in? Updated CodePlex Resources and Link for Reference Guide |
|
Nov 6 |
awarded | Autobiographer |
|
Nov 1 |
answered | Any way to automate Flash/SilverLight file upload testing? |
|
Oct 31 |
comment |
Load testing tools vs. making your own Please also check on think time (time between requests), Users, Test Mix. Adding some more details on Database counters/queries which may help you for analysis. - Custom SQL Queries to identify / Capture blocking/slow running queries (DMV Queries - blogs.msdn.com/b/jimmymay/archive/2008/10/30/…) - Counters and Values for Each of them for Windows , DB, Replication issues ( blogs.technet.com/b/vipulshah/archive/2006/11/30/…) |
|
Oct 28 |
revised |
Load testing tools vs. making your own added 151 characters in body |
|
Oct 28 |
answered | Load testing tools vs. making your own |
|
Oct 26 |
answered | Using formal methods when you test applications |
|
Oct 22 |
revised |
What proportion of different types of software testing does your team use? added 539 characters in body |
|
Oct 22 |
answered | What proportion of different types of software testing does your team use? |
|
Oct 17 |
comment |
Should tool generated test data be deleted during tear down in test automation? Yea, Good Suggestion, Better than timestamps, Test Data can be unique. Also, you can check if Test_Run version (Unique number - MMDDYYHH_RUNCOUNT) can be added while emailing results, writing results in tables. |
|
Oct 17 |
comment |
Do you verify presence of text in your automated tests? Yep, Testing the API would be good enough to validate locale specific content is returned. I agree to this approach (80% Test cases be checked at API Level). Sample testing can be done for basic cases to required check content displayed for locale. |
|
Oct 17 |
comment |
Should tool generated test data be deleted during tear down in test automation? Yes, I agree glowcoder suggestion. The cleanup of data generated during test run, modifying entries to default initial test run need to be done. Other alternative is deleting the test database. Even if you use existing email_Id the timestamp of new test run would help to identify if this email is generated for latest test run or previous one. |
|
Oct 13 |
revised |
How to read log files from Tamper Data Firefox add-on? deleted 114 characters in body |