Answer Posted / salman
Automation testing is nothing but testing an application
with the help of a tool which could perform all the actions
with least or no manual intervention,verification and
reporting the results
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
please post the interview questions for QA position in FACTSET
what are all the fileds present in object repository?
In qtp is it possible to check broken links of a page?
Explain the concept of how quicktest professional (qtp) identifies object?
How many types of parameters are available in quicktest professional (qtp)?
What is qtpro? What is a quick test professional?
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
How will internal and external links be validated and updated? how often?
explain keyword driven framework with banking domain?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
Explain in brief about the quicktest professional automation object model?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?