how many scripts r there in QTP? pls any answer this question?
Answers were Sorted based on User's Feedback
Answer / nagapawan
hi,
iam not asking vb scripts r java script. it is realted
to code. it is may be commands r sytax r library functions..
exactly i donot know thats y i kept the question. u
understood what i asked.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / baba fakruddin
If we develop a Test Script in QTP irrespective of
Actions... are called as "Test Script"
it means only one Script available in one Test. until
unless create new Test, any no. of Actions or Functions or
procedures.... etc in one Test called Test Script.
Only One Script in QTP Test.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / baba fakruddin
if you want to see Scripts individually according to
Actions. Go to your Saved Test Folder and open Action0,
Action1, Acion2.... etc., each and every Action contains
its own Test script (.mts) Mercury Test Script.
But we should not say in interviews as no. of Actions
contains no. of Scripts. it is wrong answer, we should say
only one Test Script in one Test in QTP
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / aman
only VB Script IS being used, But you can also use
JavaScript, XML etc. It is depend upon the Technology that
you are using
Aman Kumar
aman.testing@gmail.com
Is This Answer Correct ? | 1 Yes | 4 No |
how i can delete the excel process for the task manager using QTP
what are the areas that cannot be tested using an automated tool? list a few
What is difference between the For..Next and While..Wend statements?
Which object model ur used in ur project
Please Clarify if smartidentfication is used at runtime when qtp does not recogonize the objects
suppose i can done the project , that project have 4 modules in that one module they have many links(web pages).in that time i can say i can work on some links? or total module?
how to associate object repository during runtime in qtp
Hi, I have a login page. To login in that page I need to have a valid username and password, which is stored in database. I imported that table to my DataTable in QTP (Global sheet). Now I need to write a code in qtp so that I can login only with valid username and data. my condition is : I want to get username and password from inputbox(which i did) and click on login button- which should verify the datatable for username and password and if value is present only then lofin else stop the testing. DataTable contains columns : LoginName and Password Code: Rowcount= DataTable.GetSheet("Global").GetRowCount msgbox "RowCount= " &RowCount,1 CurrentRow= DataTable.SetCurrentRow(1) Do Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$UserName$ctl").Set DataTable("LoginName",1) Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$Password$ctl").Set DataTable("Password",1) Browser("").Page("").Frame("Frame").Link("Login").Cli ck CurrentRow=CurrentRow+1 Loop Until CurrentRow>Rowcount Can anyone help? Thanks, Priya
How can i count "spaces" in any sentence or a string if suppose " It is a Testing question" Here we have 4 gaps(spaces) Is there any function to find out spaces between words
In qtp, how you can get the last character from a string?
What is Test Fusion Report in QTP?
what are pretesting activities