keyword driven framework having how many folders?
explain folders in detail?
Answer / shreyas waichal
It all depends on how you want to develop the folder.
1st folder should contain all the Coding part like
connecting to the excel sheet,fetching data from the columns
mentioned,Libraries,Code for reporting mechanism etc.
The next two folders should be the Coded Business
Functions.xls & Business Functions.xls which should contain
the definition of all the keywords.
The third Folder should contain the excel sheets which
contain the different modules & the Automation Test suites
to be Worked Upon.
Let me know if any more help is required
Shreyas +918975513182
| Is This Answer Correct ? | 1 Yes | 0 No |
does qtp runs on internet explorer 7.0
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
Hi, I want to write the script for a webpage. But i didn't added the properties of the objects to the object repository. Without adding the object properties to the object repository, how to write the script. When i am writing the script, Let us say i typed as Browser (""). after selecting ".", if the object is added to the object repository it will display atomatically. But in my case it is not as i didn't added the object properties. How to proceed further in the above mentioned case to write the script manually. Pls let me know if you didn't understand the question.
please post the interview questions for QA position in FACTSET
What are the ways you can synchronize?
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
What are advantages of test automation?
How can I use Call dlls in QTP ?
what is On Error Resume Next ?
How to get the column count and column name from the resultset in the database connection program?
While scripting do we use any reference. may be we have 2 0r more same objects that time how do we write scripts
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object