Answer Posted / lalithareddy
automatin framework can be classified into 2 phases
1. analysis
2. implementation
in analysis phase
study the application or website
find out all the screens or windows
find out all the objects in the windows (standard or custom)
standard means they can be identfied by the tool where as
custom can't be, so try to configure custom to standard
if we can't avoid those non configurable objects
try to plan for the automation architecture
create software structure for automation
prepare tcd for the scenarios where in you go for automation
create the object repository
generate the script
prepare test data and enhance the script using that test
data(replacing the fixed values with parameters)
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different properties of an web object
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
Both static and dynamic arrays are handled by the vb script. Is it true?
How many types of recording facility are available in quicktest professional (qtp)?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
Please guide me release notes of Automation once scripts are completed
What is Curd testing?
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
What are the steps involved in recovery scenario wizard?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
What ate the Technologies supported by QTP?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.