how to do regression testing in qtp? plz give ans with
examples
Answer Posted / sudeepth madhur
Could Some one explain it Clearly?? with the real time
scenario.. not the defination
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is the difference between data driver & data driven and driver script?
What are the different types of qtp test assets and their extensions?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
How QTP support all types of applications (platforms)?
What is the difference between the design-time and run-time data tables?
What is action?
What is the difference between qtp and selenium?
Can we create a qtp test from qc?
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?
What is keyword view in qtp?
What is quicktest professional (qtp)?
What are the types of data tables in qtp?
What the differences are and best practical application of Object Repository?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma