Does automation replace manual testing?
Doesnot automation replace the manual testing.bcoz when we can do the automation based on manual testcases.
Automation is basically done to fasten the testing process. Apart from being fast, it is accurate as well, adding further advantage of saving cost. So manual testing and automation testing, both are p...
What automating testing tools are you familiar with?
Selenium Testing Tools - Selenium IDE,RC
I know Jmeter only .
List of test automation tools / software ?
Can any one please help me in getting the list of test automation software / tools with user ratings , user feedback ( positives / negatives) .... i would also want to know if any software links or sites for above... reply is highly appreciated !!
What is the difference between rft and QTP ??
1.QTP uses lite weight scripting language. RFT uses powerful language Java. 2.QTP - started by Mercury and taken over by HP. RFT - started by Rational and taken over by IBM. 3.QTP has only one pl...
Define delay time - load runner
Delay time is the time the elapses between request and response.
What are principles of good testing scripts for automation?
Best practice for writing code : use the key word Dim before declare any variable. using optional explicit ( if we declare any variable before start coding it does not show any errors.). commenting t...
Proper code guiding standards
Hp application life cycle management
Hi, what exactly is the purpose of releases and libraries sub tabs which is under management tab in qc 11. releases: I kind of get an idea that it is being used to manage some releases/builds. But whar is this libraries used for? Giving an example would be highly appreciated. thanks, ranjith
Can test automation improve test effectiveness?
Answer posted by rs on 2005-05-19 17:42:09: yes, automating a test makes the test process: 1.Fast 2.Reliable 3. Repeatable 4.Programmable 5.Reusable 6.Comprehensive
Yes Exactly b'coz there will not be any human misatkes, time saving, low resources (human resurce) and moreover we can do regression testing very easily
Well automation is not a magic wand for all testing vows, the requirement has to be clearly studied and a ROI study conducted to see if automation will bring the expected results. For projects that are long term and having multiple regressions automation is a good choice..
What are main benefits of test automation?
Automation testing is a process in which all the drawbacks of manual testing are addressed properly. and it provides:
1. speed
2. accuracy
3. less time consuming
4.simultaneous actions performed at a time
Automation tools will give the effective result than the manual testing
Its a kind of 24*7 work environment with the tools
We can decrement the man power
More fast
More Reliable
More Effective
Regression can be done as many no of times
Thru automation tools we can reuse the generated script
You can use various tools perl, vbscript, etc... and design your own suite how u want.... as far as java is concerned you have specific automation package for java you need to install that in order to create automation in Java.
I would like to add one more question..
How to create automation test suites in Java?Urgent please..I was asked in interview
What are the disadvantages of check points?
check point check the particular functionality but it takes a lot of time to check that particular functionality.
The disadvantages of check point is alot of script generating will be there in the data bases.
sudhakar kolla
09819859346
Avoiding automated testing pitfalls
What are the necessary steps to effectively improving the automated testing techniques?
1) Improve the Testing Process
2) Define Requirements
3) Prove the Concept
4) Champion Product Testability
5) Design for Sustainability
6) Plan for Deployment
7) Face the Challenges of Success
Below are the some points to avoid the Automated Testing Pitfalls.1. Have a effective Automated framework documents.2. Preparing checklist to make a changes in the components added/updated in GUI3. Pr...
Identifying HTML elements with same name
In an HTML page, if there are three checkboxes and all are having same names internally and externally, then while recording how it would be distinguished?
What do we need to consider for building framework?
As far as i know, framework means set of defined rules which will be useful further to use in our application. So, if you want to prepare a framework for an application, we should be knowing about1)ap...
Framework is nothing but test automation architecture. here we need to decide where test cases will be stored, where automation scripts will be stored, how automation scripts will execute, how executi...
What is treeview in automation testing
yeah in QTP 6.5 its treeview but from qtp 8.2 its a keywordview
keywordview is nothing but it enables you to create and view the steps of your test inthe keyword drive,modular format.
for each row in keywordview ,Quicktest displays the corresponding line of the script in expertview
In treeview is nothing but it is view in QTP there u can see the statements in keyword or in tree structure arrangement.THis was there till QTP-6.5,from QTP -8.2 onword it is changed as "keywordview"
What are the available tools for API testing
There are lots of open source tools aviable for API testing
Ex: Webinject, Junit, XMLUNIT, HttpUnit, ANT etc.,
Junit
How can we pass values from one test script to another test script ?
One more value.
Create temporary text files in temp folder and output your variable values in that text file
and in reusable action or script read the values from that temp text file and then delete that text file after wards.
Text file will work as buffer for variable values.
1 - Use Global or Environment Variable to pass values from one action to another.2 - Use Dictionary object and make it global dictionary object and get values any time in any reusable action.3 - In QT...
We cancheck it using image check point or we can put page checkpoint and verify if the image is missing. we can raise the defect using Quality centre providing the result summary and screen shots
If the obj exists in obj rep , do the following
If Browser().Page().Image().Exists() Then
Else
End If
What is the difference between quality assurance and testing?
Quality assurance people will ensure that the projects/teams are following the proper processes as per the company policies. Like, maintaining proper documents,reports, defect reports etc .. If the pr...
Quality Assurance : A set of activities designed to ensure that maintainence process is adequate to ensure a systen will meets its object.Testing:The process of executing a system with the...
Data-Driven means Data is separately available,we can retrieve the data from external sources.use this data in a script.it contains some sets of data thats data is run on single testcases.it can check the operations with multiple times
Testing the application functionality by giving different set of data for that we need data table.
( Testing the single functionality by giving multiple set of data) this also called parametrization.