i created script for login in QTP,i parametirized that
using global sheet,problem i am facing is first i want to
login with first values provided in excelsheet and want to
perform some operation,second time if call same action it
should login with second values in excelsheet

Answers were Sorted based on User's Feedback



i created script for login in QTP,i parametirized that using global sheet,problem i am facing is f..

Answer / sadashiv (wipro)

hello we should change the settings for that

file-> settings->Run->run the row from 1 to 10 then we can
pass the all the parameter from the datatable.

Is This Answer Correct ?    0 Yes 1 No

i created script for login in QTP,i parametirized that using global sheet,problem i am facing is f..

Answer / aswinikumar.av

I am supposed to set the value in QTP under File-->
Settings to run on all rows. In your script, take the count
of all the rows in the Excel Sheet and then put in a For
loop and run your action. This is to move the pointer in
Excel Sheet to the next row in the Datasheet to pick the
newer data for execution.

Is This Answer Correct ?    0 Yes 8 No

Post New Answer

More VB Script Interview Questions

Write a VB Script to count blank Lines in a notepad

2 Answers   IBM,


Which constant is used for print and display functions and works as same as pressing enter key?

0 Answers  


How to write Descriptive programming in .VBS file i wrote this code but it is giving error.. Dim qtApp set qtApp=createobject("QuickTest.Application") qtApp.Launch qtApp.Visible=True Set objIE = CreateObject("InternetExplorer.Application") objIE.visible = True objIE.Navigate "www.gmail.com" browser("title:=gmail").title("title:=gmail")

2 Answers  


Explain about the support of asp for vb script functionality?

0 Answers  


which one is more secure vb script or java script ??????? or both are same ??????

3 Answers  






what is the object hyrarchy in QTP for a web based application

0 Answers  


how to operate webobjects in a webpage using getobject function and then using generic methods?

0 Answers  


what is the function to get the ascii value of the character?

6 Answers   Netxcell, Oracle,


how to write code: to check whether the window of an Application Under Test exist or not . plz give with example

2 Answers  


How do you declare a variable in vbscript?

0 Answers  


Explain the extension .hta?

0 Answers  


What's the difference between vbscript and vb.net?

0 Answers  


Categories