What are the necessary steps to effectively improving the Automated Testing Techniques?
Latest Answer: 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. Proper Error handling function is used to avoid the break ...
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?
Latest Answer: You can use xpath or class name associated with check box or label associated with checkbox to identifiy same name elements. ...
Common reusable Components are a) Initializationb) Module specific componentc) Both of the aboved) None of the above
Latest Answer: a) Initialization ...
"Interoperability" is partially supported by whcih automation toola) QTPb) Winrunnerc) Both of the aboved) None of the above
"Inbuilt Support for Script Maintenance" supported by which automation toola) Rational Robotb) Winrunnerc) Both of the aboved) None of the above
After implementing regular impression, what result can we expect and what conclusion will we draw from its out come? If regular impression is for changing values, than how it is different from Creating
Latest Answer: This is basically for the objects that change values at run time which we cannot catch them in OR. For ex. the application form No. will be changing dynamically for every new application. Suppose From No. is 200910022345, If we use regular expression ...
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 ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top