What is the architecture of framework
No Answer is Posted For this Question
Be the First to Post Answer
Can you brief the hurdles you faced during Automation testing?
In QTP, Which are the concepts are needed to do Functional testing and Regression testing?
what r the main benefits of automation?
How u will open the build automatically in QTP except using Systemutil.run command
Diff b/w Test Design and Test case design? What is the Design Review's and Code Review's. When will you conduct tese reviews?
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
some times we write user define functions.where we write main and sub program,how,where to insert the functions in qtp?
In an interview what r the questions asked in qtp related project? pls any answer this question?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
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?
IF application is a Java-based application means 2 0r 3 tier application. How the script will be in QTP. pls kindly give some sample script.
the build is develeped in Java. is possible to write scripting in vb using QTP ?