if interviewer asked about the framework used for automation
how we will handle the question..means what should be the
answer..plz help..which framework u r used in our company?
Answer / narendra
hi frameworks will varies from company to company.u can say
that we are following hybrid framework.ie combination of
keyword+data driven .
Is This Answer Correct ? | 5 Yes | 1 No |
the presentation layer of my application is built using VB 6.0 and a series of C++ dlls and components. We do not use Java, VB.Net, C## or any other component that can be decompiled. We are automating the application using HP Quick Test Professional. It is not reconginizing the combo boxes, tabs etc.... Could you please suggest, whether QTP supports C++ dlls and components or not...if yes, could you please guide me, how to overcome this situation. Can we install any special add-ins for this C++? .When we are performing the recording/execution, the application becomes very slow. Your quick response will be highly solicited in this regard.
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
What is AUT in object reposity in QTP? Why we use it in Object repository???What is full form???????
what is the automation framework that ur company using(actual procedure,not theoritically explination)
how many maximum number of virtual users we can create?
How do you configure QTP AND Test director?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
in order to start automation testing what we should require (entry level to automation testing)
what is the diff between Procedure and function
1)what is the quality process in QTP? 2)how to add the .tsr file in qtp through scripting?
Can I do Game testing with QTP tool
To count the no of links present in the yahoo home page i have written the script like this Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile ("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo! India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing While running the script it showing error that object "yahoo"isnot found in the object repository. Is there any setting before running the script? if yes what is the steps for it.Im using QTP9.0