Micro Focus QTP (UFT) Forums
Test parameters - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Test parameters (/Thread-Test-parameters)



Test parameters - anbarasu - 11-09-2009

Hi,

I m using QTP 9.2 , I have defined Test input parameters (username, password) and output parameter (value1). On running the test by providing value to username field of application by test input parameter "username", Run time Error message "Parameter does not exist" gets displayed. But on providing input output parameters through action properties, it is working fine.


RE: Test parameters - Saket - 11-09-2009

to use the parameters defined for test, you should use 'TestArgs' instead of 'Parameter'
TestArgs("Value1")


RE: Test parameters - anbarasu - 11-09-2009

Thanks, it is working.