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 |
It is regarding VBScript, how to export our function results to ExcelSheet through VBscripting. Ex: I have written add function, that result should export to Excel.
Can you import and export data from XLS and how?
why is execute file used.
i am entering wrong data or wrong password in a text box and click on submit button .i am getting a popup window with a message Please enter the correct password or data .How can i handle this situation by using QTP.
Explain how qtp identifies object?
Is it possible to call win runner script in qtp?
Do you support automated testing? Why?
In 1st screen,if v enter a/c no. in one field, the information of the subscriber will be displayed. The details should be displayed only in screen 3(NOTE:details should not display in screen 2).How can v do using QTP.
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
can we run the scripts of qtp 8.2 in the qtp7.0?
what is Unicoad Compatibility ???? HOw does this makes a diffrence from Winrunner.???
Hoe can we do retesting using functions please give the code for it using login page