Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



what is the diffrence between script and Language ?
(Chandana)

Answers were Sorted based on User's Feedback



what is the diffrence between script and Language ? (Chandana)..

Answer / nani

By Using language we can prepare Script.

Is This Answer Correct ?    26 Yes 13 No

what is the diffrence between script and Language ? (Chandana)..

Answer / kalpana yadav

script- script is collection of all the activities
performed by tester during recording session of the
application.

langauge- language is used to write any document,to record
script and to communicate.

Is This Answer Correct ?    15 Yes 7 No

what is the diffrence between script and Language ? (Chandana)..

Answer / pradeep

not all languages can help in writing scripts.
script= set of commands for running a process
lang= one of the methods to communicate with an application

Is This Answer Correct ?    17 Yes 11 No

what is the diffrence between script and Language ? (Chandana)..

Answer / alok

Script-It is a low lavel language.We can say it is a
interpritable language.
Language-It is compiled level language.

Is This Answer Correct ?    13 Yes 14 No

what is the diffrence between script and Language ? (Chandana)..

Answer / vishwas

Scripting language is a general purpose language to do general task like change apperance of browsers etc.

Programmimh langugaes are some specific to any particular functions.

Is This Answer Correct ?    6 Yes 8 No

what is the diffrence between script and Language ? (Chandana)..

Answer / 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

More QTP Interview Questions

HOW AND WHY TO CREATE EMPTY OBJECT IN QTP?

2 Answers   Patni,


1>why parameterization is necessary in qtp? 2>if we give constant value then what problem?

5 Answers   Wipro,


I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

0 Answers  


What is active screen?

0 Answers  


what are the different Frame Works in Quick Test Proffessional testing

3 Answers   Wipro,


how to get the object property

4 Answers   Covansys,


It seems Interview questions from Ordain Solutions are almost BASIC LEVEL-Easy. I am asking one tough question..(I think.. May be easy for some people) In recorded script the - WebLink("cityinfo") In reality, the WebLink name is "generalinfo" How you can write function to click that changed web link. NOTE: This functin should work with any Dynamic text link. I will post the answer later.

8 Answers  


Have you faced any problems with object repository?

0 Answers  


wht is the difference between action and functio?

3 Answers  


why don’t use real time they r not using check points

1 Answers   Wipro,


How to Analyze the Checpoint results by Table and DB Checkpoints?

1 Answers  


When you are running a batch test of 5 scripts and in 2nd script appln crashed, what hpns then?

4 Answers   BirlaSoft,


Categories