What are objects? how do you select the unknow object?
Answers were Sorted based on User's Feedback
Answer / tvs ramakrishna chowdary
by treating unknown objects as virtual objects we can solve
the problem
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / priyadharshini
some times objects are not visible that time we can
identify by x y coordinates
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sai
In QTP we are considering each and every field is one Object
here we are working on the properties of an object but not
on Objects.
If any unknown object is there means we don't know the
properties of that object. In Recording we can Identify the
object by using Low Level Recording.
Next one is virtual Mapping
Is This Answer Correct ? | 0 Yes | 0 No |
what are the metrics in general we use in testing
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
how to read log file using QTP??
How to Creating an Output Value using QTP?
can any one tell me what is syntax error in line msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist 'code ************** Call login("lal="," " ) wait(5) Call errormsg("Invalid email address. [?]" ) Function errormsg(msg) msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist if msgexist then Reporter.ReportEvent micPass,"enter valid username or pwd ",msg else Reporter.ReportEvent micFail, "entered valid uname and pwd",msg end if End Function
what is the difference between xmlutil and xmlDOM in qtp?
Explain script generated after applying database check point?
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
can some one help me how to compare the values from one sheet to values in another sheet? suposse i have a feild called Temp in action1 and i also have temp in action2. i want to compare the values of those two actions sheets data table? how can i do it using descriptive programming?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
Plz Explain AUTOMATION REFERENCE MODEL?