What is keyword view and Expert view in QTP?
Answer / ramyab.mca@gmail.com
Hai...
Quick Test’s Keyword Driven approach, test automation
experts Have full access to the underlying test and object
properties, via an integrated scripting and debugging
environment that is round-trip synchronized with the
Keyword View.
Advanced testers can view and edit their tests in the
Expert View, which reveals the underlying industry-standard
VBScript that Quick Test Professional automatically
generates. Any changes made in the Expert View are
automatically synchronized with the Keyword View.
K,Byeee...
Thanks & Regards
B.Ramysri
| Is This Answer Correct ? | 0 Yes | 0 No |
diff between winrunner and qtp
What is Optional step?
write a test script in QTP to test the text that written in an image(i.e jpg)of a web page???
how can i call reusable action in a function could any one explain me?
Actually what is Quality center..is it Test Director or some other tool..Anybody can expalain it in detail..Thanks in advance..
what r the send key commands in QTP why they r used
how to change the properties of object during run time . plz give the code using flight reservation
What is the use of "Registeruserfunc" when should we use it? Note:Please do not copy paste the date from QTP help. I tryed it.But I don't Understand where should we use exactly.
I m trying to automate one vb desktop application in that there is vblist vbcombobox many other vb tools are there ,when i m trying to find some unique property to identify the object (take example of vbcombobox ) I cannot find any unique property, all the combobox belong to same nativeclass same name no ids are available ,only the distinct property is there x and y coordinates so i m using some code like this "vbbutton "nativeclass:=ThunderRT6CommandButton","x:=304","y :=443").exist(2)" but i dont find them reliable .Can anyone suggest me some other way to identify those objects with some unique property or is there any way to register our own property .I m using descriptive programming to write the code .Thanks in advance
How i can use and create Library functions in QTP and what is the proces .
How can I pass values from one action to another in QTP ?
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .