what is the diffrence between script and Language ?
(Chandana)
Answer Posted / karthik
Script:
1. less powerful(normal usage) - easier and flexible
2. Interpreted
3. cannot work independently - must be a part of another
Ex: Javascript - it can run only in an html
Language:
1. Powerful - relatively less flexible
2. Compiled - more stable
3. Standalone
Ex: Java, C
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
Is it possible to switch between recording modes during a test creation?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
HOw to add the recovery file at runtime to the test file .
What are the flaws in water fall model and how to overcome it?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
in a web page How to check and display a particular word from a paragraph?
How can i initiate the objects to find uniquely in OR
Explain the features and benefits of quick test pro(qtp)?
How to replay a script in qtp?
What is the purpose of loading qtp add-ins?
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
What is Associate Repository in QTP 9.2 ?
what is meant by source control?
Connect to QC using AOM.
What is the extension of qtp local repository?