What expansion of "MIC" in MICPASS (TEST ReportPAGE)
Answers were Sorted based on User's Feedback
Answer / sandipgami84
Mic for Mercury Interactive Class
Sandip
97141 77088
| Is This Answer Correct ? | 7 Yes | 5 No |
Answer / venkata bala
MIC Stands for Microsoft integer constant
| Is This Answer Correct ? | 2 Yes | 17 No |
Give me the Example of standard check point and text check point with syntax?
3 Answers IMI Soft, IMI Soft Engineering,
How to get line numbers in your editor in expert view?
How to load object properties to object repository through scripting.give one example
how can we write descriptive programming for menus when qtp is not able to identify it..and how can we write descriptive programming for partially identified and non standard objects..do i have to map the objects before writing the script
How to replay a script in qtp?
What is diff. between ordinal identifier INDEX and Location?
Is it possible to return multiple values from a function..? Then how..?
write a test script in QTP to test the text that written in an image(i.e jpg)of a web page???
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 should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
How to connect to data base?
I have given u a application.To automate it what are the things will u consider?