supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
IBM,
1807I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
1840During execution, how can we capture the data from the pop- up, ie. when any popup comes with some numbers written on it, then how can we capture the value/number that is coming on the pop-up and save in the dynamic file/or other file, even when the run is going on.
2 5906In ordinal identifier there r 3 options available. Which one will be enabled first when ordinal identifier is invoked.
3 8129Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.
3354Gmail application is there.On that Inbox so many mails are there including naukari mails. On that mails i can select the only naukri mail checkboxes. plz tell the descriptive code for the above..
2 8327I 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
3 6394
what function you write to do database testing with the help of qtp?
What is the difference between the design-time and run-time data tables?
How can you give wait up to 10 seconds in qtp?
Explain the types of object repository?
What is the file extension of the code file and object repository file in QTP?
What is the syntax for how to call one script from another?
is it possible to add sheets to excel at runtime
How smart identification works in qtp ?
How to carry out bit map check points in QTP
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
please any one can explain the keyword driven framework. with gmail example.
what is command for executing files?
Problem with XML checkpoint in QTP ?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?