Installation
What are some of the FAQ’s in the installation of software products?
Answer Question
| April 15, 2013 3:12 PM
Software installation, Software Quality
What are some of the FAQ’s in the installation of software products?
Any open source tools to test desktop applications using Java?
We have a Test Framework in Java. This framework is used to test client-server and web applications. To test webapplications we are recording application flows for wrappers/Action keywords using Selenium IDE. Selenium provided Java driver to execute the recorded selenium specific code in wrappers. Similarly I want to use our test framework to test desktop [...]
Answer Question
| August 27, 2010 7:41 AM
Automated software testing, Automated Testing, Automation, Desktop management applications, Java, Open source, Open source testing tools, Software Quality, Software testing
We have a Test Framework in Java. This framework is used to test client-server and web applications. To test webapplications we are recording application flows for wrappers/Action keywords using Selenium IDE. Selenium provided Java driver to execute the recorded selenium specific code in wrappers. Similarly I want to use our test framework to test desktop [...]
To export a test with Test Complete 7
how can i export a test with Test Complete. Please i need help. i am doing testes, and my question is if i can export the keyword item, the log or whatever of them and obviously how . Regards. Sylvana.
Answer Question
| February 19, 2010 7:25 PM
Software Quality, Software testing, test complete
how can i export a test with Test Complete. Please i need help. i am doing testes, and my question is if i can export the keyword item, the log or whatever of them and obviously how . Regards. Sylvana.
DEBUG COBOL/400 PROGRAM
PLEASE GUIDE ME HOW CAN DEBUG A COBOL/400 PROGRAM?
Answer Question
| July 24, 2009 12:00 PM
COBOL, COBOL DEBUG, COBOL debugging, COBOL/400, COBOL/400 Debugging, debug, Debugging, Software Quality
PLEASE GUIDE ME HOW CAN DEBUG A COBOL/400 PROGRAM?
Scaler error causes
what are the causes of scaler errors
Answer Question
| April 13, 2009 8:17 AM
Error handling, Scaler errors, Software Quality, Web development
what are the causes of scaler errors
Application Software Specification
do you have a template that i can use to develop application software specification?
Answer Question
| April 15, 2009 7:41 AM
Software development, Software project management, Software Quality, Software Quality Assurance, Software requirements, Software Requirements Specification
do you have a template that i can use to develop application software specification?
WSE910 error
Hi, I’m deploying a website that uses a couple of webservices. the website works perfectly on the internal network but users trying to access it from outside the network receive an error like “WSE910: An error happened during the processing of a response message…”. Unfortunately because this happens from outside the network, I cannot debug [...]
Answer Question
| April 8, 2009 9:00 AM
ASP, Software Quality, Web development, Web services, Web Services Enhancements, Website accessibility, WSE, WSE910
Hi, I’m deploying a website that uses a couple of webservices. the website works perfectly on the internal network but users trying to access it from outside the network receive an error like “WSE910: An error happened during the processing of a response message…”. Unfortunately because this happens from outside the network, I cannot debug [...]
JUnit tutorial
Can anybody recommend a good JUnit tutorial/book?
Answer Question
| March 19, 2009 12:33 AM
JUnit, QA, Software Quality, Software testing, Test Driven Development
Can anybody recommend a good JUnit tutorial/book?
What is primary difference between Retesting and Regression testing
What is primary difference between Retesting and Regression testing
Answer Question
| October 5, 2010 4:44 AM
Regression testing, Retesting, Software Quality, Software testing, Software testing methodologies
What is primary difference between Retesting and Regression testing
Software Tester’s Life Cycle
We have disciplines like SDLC, STLC (Software Testing Life Cycle) to develop the Quality product. On Similar lines, what can be the life cycle for Successful Testing career?
Answer Question
| December 29, 2008 12:38 PM
Functional testing, Software Break Points, Software Quality, Software testing, Software testing tools
We have disciplines like SDLC, STLC (Software Testing Life Cycle) to develop the Quality product. On Similar lines, what can be the life cycle for Successful Testing career?
Is Functional Testing sufficient to determine the Code Coverage?
Is Functional Testing (User acceptance tests (business transaction flows), +ve input tests, -ve input tests) sufficient to determine the Code Coverage? Do we see any additional coverage when we do non-functional testing (example: load testing with the same inputs used in functional testing)? If so, How?
Answer Question
| February 4, 2011 4:55 AM
Break Testing, Functional testing, Software Break Points, Software load testing, Software Quality, Software testing, Software testing tools
Is Functional Testing (User acceptance tests (business transaction flows), +ve input tests, -ve input tests) sufficient to determine the Code Coverage? Do we see any additional coverage when we do non-functional testing (example: load testing with the same inputs used in functional testing)? If so, How?
VBScript error handling code snippet
I am running a batch of QTP (test automation tool) scripts written in vb script overnight. Could some one send me an error handling vb script code snippet that I may insert in each script which automatically exists any script that encounters an environmental or any other error in it’s run, writes a line to [...]
Answer Question
| December 22, 2008 3:23 AM
Error handling, HP QuickTest Professional, QTP, QTP script error handling, QuickTest Professional, Software Quality, Software Quality Assurance, Software testing, Software testing methodologies, VB error handling, VBScript error handling
I am running a batch of QTP (test automation tool) scripts written in vb script overnight. Could some one send me an error handling vb script code snippet that I may insert in each script which automatically exists any script that encounters an environmental or any other error in it’s run, writes a line to [...]
Round Robin
can any1 chek wot the mistake is #include<iostream.h> #include<conio.h> void main() { int st[10],bt[10],wt[10],tat[10],n,tq; int i,count=0,swt=0,stat=0,temp,sq=0; float awt=0.0,atat=0.0; clrscr(); cout<<”Enter number of processes:”; cin>>”%d”,&n; cout<<”Enter burst time for sequences:”; for(i=0;i<n;i++) { cin>>”%d”,&bt[i]; st[i]=bt[i]; } cout<<”Enter time quantum:”; cin>>”%d”,&tq; while(1) { for(i=0,count=0;i<n;i++) { temp=tq; if(st[i]==0) { count++; continue; } if(st[i]>tq) st[i]=st[i]-tq; else if(st[i]>=0) { temp=st[i]; st[i]=0; [...]
Answer Question
| December 22, 2008 2:14 PM
Debugging, Programming, Round Robin, Software development, Software Quality
can any1 chek wot the mistake is #include<iostream.h> #include<conio.h> void main() { int st[10],bt[10],wt[10],tat[10],n,tq; int i,count=0,swt=0,stat=0,temp,sq=0; float awt=0.0,atat=0.0; clrscr(); cout<<”Enter number of processes:”; cin>>”%d”,&n; cout<<”Enter burst time for sequences:”; for(i=0;i<n;i++) { cin>>”%d”,&bt[i]; st[i]=bt[i]; } cout<<”Enter time quantum:”; cin>>”%d”,&tq; while(1) { for(i=0,count=0;i<n;i++) { temp=tq; if(st[i]==0) { count++; continue; } if(st[i]>tq) st[i]=st[i]-tq; else if(st[i]>=0) { temp=st[i]; st[i]=0; [...]
How to gauge performance of software testing tools?
How to gauge performance of software automation testing tool
Answer Question
| January 6, 2011 11:09 AM
Performance indicators, Software Quality, Software Quality Assurance, Software testing, Software testing methodologies, Software testing tools
How to gauge performance of software automation testing tool
Security testing tools and techniques
Hi, We would like to do security testing to our current project which is developed in JAVA, can you please share some information about how to start security testing, related websites, tools, techniques and any documents related to it. Thanks in Advance Regards Harish Malvi
Answer Question
| December 17, 2008 6:45 AM
Java, Software development, Software Quality, Software Quality Assurance, Software security testing, Software testing, Software testing methodologies, Software testing tools
Hi, We would like to do security testing to our current project which is developed in JAVA, can you please share some information about how to start security testing, related websites, tools, techniques and any documents related to it. Thanks in Advance Regards Harish Malvi
When a Test Engineer needs to be promoted? How to set the expectations at each level?
When a Test Engineer needs to be promoted? How to set the expectations for Test Engineer, Sr. Test Engineer, Test Lead, Test Architect, etc? At the appraisal time, often we see there will be expectations for promotion from a Test Engineer, but manager will not agree because of so & so reasons-which were communicated only [...]
Answer Question
| November 24, 2008 7:13 AM
Senior Test Engineer, Software Quality, Software Test Architect, Software Test Engineer, Software Test Lead, Software testing, Software testing jobs, Test Engineer
When a Test Engineer needs to be promoted? How to set the expectations for Test Engineer, Sr. Test Engineer, Test Lead, Test Architect, etc? At the appraisal time, often we see there will be expectations for promotion from a Test Engineer, but manager will not agree because of so & so reasons-which were communicated only [...]
How to identify creative test cases which finds unique bugs and accelerates the quality product releases to the market?
100% testing is time consuming. Also we can’t spend our time & effort on test cases that are finding the bugs that are already found by other test cases. So, we need to come up with only creative test cases which finds UNIQUE bugs and helps in accelerating the quality product in time to the [...]
Answer Question
| August 9, 2011 2:56 PM
Functional testing, Software Break Points, Software load testing, Software Quality, Software testing, Software testing tools
100% testing is time consuming. Also we can’t spend our time & effort on test cases that are finding the bugs that are already found by other test cases. So, we need to come up with only creative test cases which finds UNIQUE bugs and helps in accelerating the quality product in time to the [...]
What is BREAK Testing?
Frequently i am hearing that we need to do perform Break testing before product goes to customers UAT. I want to understand break testing and use it efficiently. What exactly break testing means? I heard it is forced-error testing where we build dummy stubs simulating our servers product server, DB server, etc) which will take [...]
Answer Question
| December 9, 2008 1:23 PM
Break Testing, Software Quality, Software testing, Software testing tools
Frequently i am hearing that we need to do perform Break testing before product goes to customers UAT. I want to understand break testing and use it efficiently. What exactly break testing means? I heard it is forced-error testing where we build dummy stubs simulating our servers product server, DB server, etc) which will take [...]
Front end GUI support for Test Management & Execution.
GUI development for Test Management is time consuming, so i want to know is there any downloadable front end GUI support in the internet that can be used. So that i can integrate the front end GUI support with my back end database schema. At Backend: I am designing a DB schema to store the [...]
Answer Question
| November 20, 2008 8:50 AM
Automation, Functional testing, Software Quality, Software testing, Software testing tools
GUI development for Test Management is time consuming, so i want to know is there any downloadable front end GUI support in the internet that can be used. So that i can integrate the front end GUI support with my back end database schema. At Backend: I am designing a DB schema to store the [...]
How to use functional automated test client to perform better load testing?
We have an automation test client which is written for Functional Testing. This client takes inputs like what are the APIS to be called and the inputs, expected outputs, server ip, etc. This helped in our functional testing and is stable. Now to do load testing, We have added just 2 more parameters (Number of [...]
Answer Question
| November 19, 2008 7:04 AM
Functional testing, Software Break Points, Software load testing, Software Quality, Software testing, Software testing tools
We have an automation test client which is written for Functional Testing. This client takes inputs like what are the APIS to be called and the inputs, expected outputs, server ip, etc. This helped in our functional testing and is stable. Now to do load testing, We have added just 2 more parameters (Number of [...]





