We need to verify the user name & password in for the user
validation. But we don't want to use the parameterization/
loop for user name and password. What is the way in
scripting so that user & password will generate automatically.
Answers were Sorted based on User's Feedback
Aparna u are correct..but he doesnt want parameterization.
thats what i mentioned in the above answer. if u generate
random number and passing that to user name and password,
it is one of the parameterization techique. Am i correct?
and another way is u can take the values
from environment, but this is also one of the
parameterization.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / aparna
You can generate username and password using random number
within a range ..convert the generated random numbers to
string using chr.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / aparna
Hi Rico could you please tell us what will be the content
inside the function.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / azbi
Hi
I ont knw when this was posted
but answer could be by regular Expression, since there will
a function which will restrict the charecters of a username
and pwd , i think using this we can do it
also QTP has a option to test regular expression
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sanju
We can use RND Function to generate any String automatically
Suppose the Length of Password which you need to enter is 4
For i=0 to 3
Var=Chr(97-65+1)*Rnd+65
Var1=Var1&Var
Next
97 and 65 are the ascii numbers which will generate the characters randomly
So i am converting ascii number to Chr
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nn
see..if u dont want parameterization means u have to use
constant values only. how u can generate user name and
password automatically.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / rico
http://www.allinterview.com/showanswers/73047.html Check
this link Aparna...Somebody has already stole my thuder
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / beer bahadur singh
we can write like this
Browser("name:=Browser").Page(name:=Page").WebEdit
("name:=username").Set "abc"
Browser("name:=Browser").Page(name:=Page").WebEdit
("name:=password").Set "abc"
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / praveen
The above is not my answer. So if you don't know, no need to
answer.
| Is This Answer Correct ? | 1 Yes | 2 No |
hai friends i'm learning qtp now where we r using only record &playback frame work.and people r saying in realtime they won't use this frame work. if so what frame work actually using in realtime .and could you give explanation comaparing the record &play back fm and what ever FWyou r using in your organization. hoping cool response. thanx in advance
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
How to open an application through scripting?
what is the difference between the modular framework and datadriven frame work
When we use Object Spy? can we write QTP script before built is came in testing?
Explain QTP Testing process ?
if anyone has idea of the interview procedure in covansys, plz send me a mail?
Have you used TD?
how to test background color and dynamic images during runtime
What is the life cycle of QTP? Pls Give me Exact answer?
Where the text version of script file located in file system?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance