Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Regarding Parameterising Values using Data Tabke
#1
Solved: 10 Years, 9 Months, 2 Weeks ago
Hello All,

I have started off qith QTP 9.1 recently.
My Question is as below:
I need to run Regression testcases using QTP9.1.I have recorded a script following the End to End flow.Now my question is how to genraically specify values as theye are multiple values that need to be passed for the same login for multiple test cases.Pls help me with the code..I was asked to use Data Table but how to implement data table i am not aware of..Pls suggest.

Code below :
Pls find the below code where i need to pass different values for Prcing Account Types :
Code:
Browser("Siebel Media Systest 10.9.2").Page("Siebel Media Systest 10.9.2").WebEdit("_SweUserName").Set  "abcd"
Browser("Siebel Media Systest 10.9.2").Page("Siebel Media Systest 10.9.2").WebEdit("_SwePassword").SetSecure "4b02abb21d04b0e43aa386e107cc583c3477"
Browser("Siebel Media Systest 10.9.2").Page("Siebel Media Systest 10.9.2").WebEdit("_SwePassword").Submit
SiebApplication("Siebel Media Systest 10.9.2").SiebPageTabs("PageTabs").GotoScreen "Accounts Screen"
Browser("Siebel Media Systest 10.9.2_2").Page("Siebel Media Systest 10.9.2").Frame("View Frame").SblButton("Go").Click
SiebApplication("Siebel Media Systest 10.9.2").SiebScreen("Accounts").SiebView("All Accounts").SiebApplet("Account").SiebButton("Query").Click
SiebApplication("Siebel Media Systest 10.9.2").SiebScreen("Accounts").SiebView("All Accounts").SiebApplet("Account").SiebPicklist("Pricing Account Types").Select "Academic"
SiebApplication("Siebel Media Systest 10.9.2").SiebScreen("Accounts").SiebView("All Accounts").SiebApplet("Account").SiebPicklist("Account Class").Select "Regular Account"
Reply


Messages In This Thread
Regarding Parameterising Values using Data Tabke - by vijaya16 - 11-19-2009, 01:40 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Reading values form data table new4qtp 8 7,981 08-02-2010, 05:16 PM
Last Post: PrabhatN
  how to validate combobox values with testdata values 1981.madhu@gmail.com 3 5,559 09-09-2009, 06:53 PM
Last Post: Saket
  Checking if values of Listbox/Combo box on a web page the same with values in DB? robocom 4 8,020 07-08-2009, 01:52 PM
Last Post: robocom
  Values in Data Table Anna 1 1,752 07-24-2008, 12:35 PM
Last Post: siri

Forum Jump:


Users browsing this thread: 1 Guest(s)