what is the diffrence between script and Language ?
(Chandana)
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
HOW AND WHY TO CREATE EMPTY OBJECT IN QTP?
1>why parameterization is necessary in qtp? 2>if we give constant value then what problem?
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
What is active screen?
what are the different Frame Works in Quick Test Proffessional testing
how to get the object property
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.
Have you faced any problems with object repository?
wht is the difference between action and functio?
why don’t use real time they r not using check points
How to Analyze the Checpoint results by Table and DB Checkpoints?
When you are running a batch test of 5 scripts and in 2nd script appln crashed, what hpns then?