hi.what is exactly mean by real time frame work? every institute teach Framework is nothing but having 6 to 7 folders..and save repositories functions keywords and scripts? this is enough or not? can we beleive?
Answer / ramchandra
Hi,
a. Framework is a set of guidelines or it defines some
rules to automate the application by which it makes easy to
use to end user.
b. In framework we apply some standards.
c. Framework and the size of farmework can be differ from
company to company as per clients requirements and as per
the type of the application.
d. Framework will have some folder structure where we keep
all the resources like OR, QFL and VBS files, excell
sheets, XML and results.
Hi All please let me know if I am wrong with better answer
or it would be great if u add some points if I missed.
Regards,
Ramchandra
| Is This Answer Correct ? | 0 Yes | 0 No |
In automation testing, while doing descriptive programing; how will u get the properties of the objects in what format, what type of a document, and by whom? Pls explain in detail. Thanks a lot
How can i open a file in Textpad and replace a string with another using QTP
what testplan contents and what test strategy contents,what is the diff b/w them
How to find which type of Framework is suitable for which type of application?
In descriptive programming how we know the properties of the objects, if application is not developed and the prototype of the application is also not developed.
What the differences are and best practical application of each.
I have 14 itmes in a drop down that are associated with an account And these items change with different accounts I want to be able to define it by and index number or any other id so if I enter 2 in my Global excel sheet it selects the 2nd item from the drop down - is this possible?
Can we record an application running on a remote machine using qtp?
How u call functions in QTP Function to calculate the length of characters in a wor
suppose i give valid user id and password to open an web base application on qtp.how qtp will know itis a valid user id and password
While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next
In a QTP project lets say there are 100+ function library and incorrectly we have duplicate some function in multiple libraries. How to find those duplicate functions and remove them?