Hi I am new to QTP. can u please answer to my qus... suppose
3 excel sheets are there * we are trying to check for login
credentials for a page. userid from excel1 , password is
from excel2 whether the page is opened or not that
checkpoint is result is should be stored in excel 3.... this
qus i have faced in IBM technical round... please tell
script for above query ... please please
No Answer is Posted For this Question
Be the First to Post Answer
How often were they executed?
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
What are all the common questions asked for the candidates having more than 1 yrs exp in QTP?
What is the diff between image and bitmap check point?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
Does QTP provides any tools for parametarization?
When to Insert transactions in QTP?
How do we count the no of mails in Yahoo Inbox for a specified week?
how qtp handles customised object
hi friends i have 4 yrs exp in testing and 2 yrsexp in QTP.currently aim working in mnc in north as a permanent employer .iam looking for job in south is there any openings plz let me know my mail id is bjr@aol.in its very urjent
How is test case write?
write progamming connecting QTP to database sql? this is question asked by interview? pls any answer this?