Any one please tell me how to create framework in QTP (in
detail). Is there any website for reference?
Answer / malarvizhi
framework is nothing but set rules used to execute a test
cases..
framework are many types like modularity,data
driven,keyword driven...
Data Driven is used for system independent file.using this
we can execute a pariticular test case.
6 components are
*system independent file
*driver sheet
*object repository
*test data, DB
*scripts
*reports
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between Table checkpoint and Database checkpoint in QTP
how do u plan test automation?
how to count the word "IS" is repeated in the application using DP
3 Answers DST Global Solutions,
What is the difference between link and hyperlink?
Give me some real time point of way where exactly we can conduct audits?
what is the difference between built-i function and In-built function?
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
What is the significance of “action 0” in qtp?
What is qtpro? What is a quick test professional?
How can i find out any "text's" coordinates in excel sheet For example: I want to know the coordinates of "F" Column in the excell sheet While recording when i clicked on F column it is showing the coordinate values 385,9 but with out recording how can i find out them Suppose i want to clik on "H" column writing the script like this Window("Book1").WinObject("Book1").Click (...........) Here I Dont know what (x y )values should i enter Please any one can help me?
How is a Step generator used in UFT?
If I change the object name in one action will it be updated in all the actions? Or not?