How will you select Automation tools for testing,if you go for testing some application?
Latest Answer: In addition to raghuramsuravarapu's criteria, I also look for these factors when picking an open source test tool:
- Cross-browser IDE to generate test cases
- Documentation
- Size of user community
- Activity level of user group
- Scripting language ...
write down script for synchronization which work intelligently ie it should wait only up to completion of that particular task for which we are using this sync?
Latest Answer: To make the wait time more intelligent, I create a function to constantly collect the wait time or network delay from previous actions, calculate the global wait time dynamically based on business logic, then return the best wait time. ...
What options are available in base filter properties and optional filter properties?
Latest Answer: Base filter properties:The most fundamental properties (values given to the components at the time of creation of the application) of a particular test object class, whose values cannot be changed without changing the essence of the original objectOptional ...
I tried writing the script from scratch by learning the objects but when i run the script its says the object is not learnt by object repository.
Latest Answer: No we dont record the script. We learn objects and start writing.Some times if the object is not added, add that object to repository. ...
What do we need to consider for building framework?
Latest Answer: The choice depends upon the scripts under test. If they are repeative with just the data variations then Data driven testing should be used. If some pre-defined functions or less coding can help then Keyword driven testing will be beneficial.If complete ...
Does QTP support AJAX testing ?
Latest Answer: If the Plug-ins for Ajax available and supportrd for QTP means we can automate the AJAX Product ...
I am trying to work with Data Grid, however I am seeing the following error message when I try to execute the testcase. *** Error: Function DataGrid::GetMultiSelText has not been registered. PLease help
When we login to the email say we might be having 10 new emails per say and we record it. using QTP. When we execute it again say after an hr or so the no of emails might be changed. How do we tackle this
Latest Answer: If there are more than one automated regression script, then you can perform a 'Batch Run'While certain automated tools let you write a bit of code to run all the scripts one after the other.There are also more advanced features in tool like QTP - The ...
The application has some reports that can have carriage return. For example, I set my name as report header.ex: Surendra Akkena /n Surendra Akkena /n surendra akkena /n surendra akkena.The report header
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top