i have to login into gmail loginpage i have to pass testcase
into userid and password by using functions. the test case
of user id is it should take only lowerletters alphabetin
between 4 to 6 length.it should not take spectial letters.it
should not take numbers.testcase for password is it should
take numbers and it should not take alphabets note the
following things must happen 1 when i give correct password
and userid that password and userid should be seen in QTP
result and notepad,xl sheet 2 when i gave in valid password
the system willgive message please give valid password that
particular messaage should be seen in QTP result,norepa and
xl sheet
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between byref and byval in qtp?
How to make arguments optional in a function?
How to find operating system information using the qtp script?
Why do we use text checkpoint as we can make use of the same in the standard check point?
Explain hybrid framework with advantages and disadvantages?
I am verifying the actual vs the input value to make sure that they been entered correctly. In the Global Sheet I have a column called Customer with the multiple names in each row and now I am trying to capture the value during runtime under the column name Customer_in_Apps. Somewhat it works but during runtime the values are being stored in each column vs each row i.e., Customer_in_Apps, Customer_in_Apps1. Automatically it add columns instead of rows. row=datatable.getsheet("Global").GetRowCount for x=1 to row datatable.getsheet("Global").SetCurrentRow(x) Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Val1=Datatable.Value("Customer",dtGlobalSheet) Val2 = Datatable.GlobalSheet.AddParameter("Customer_in _Apps",runtimevalue) If (trim(Val2)=trim(Val1)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &_Val2 else Reporter.ReportEvent micFail, "Customer validation unsuccessful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &Val2 End If Next
How to Test Dynamic links ?
Why script error occur in between recording in qtp?
how to download mercury qtp9.2 ny internet ?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
I have a string "Redfort is in Delhi" how do u write vbscript for " Delhi in is Redfort"
What are the most frequent errors you faced while executing your scripts?