what is the syntax for regular expression in QTP? how to create user defined functions in QTP?
6 29619If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem.
6 21128What is the time complexity T(n) of the following program? a) int n, d, i, j; cin >> n; for (d=1; d<=n; d++) for (i=1; i<=d; i++) for (j=1; j<=n; j += n/10) cout << d << " " << i << " " << j << endl; b) void main() { int n, s, t; cin >> n; for (s = 1; s <= n/4; s++) {t = s; while (t >= 1) { cout << s << " " << t << endl; t--; } } } c) void main() { int n, r, s, t; cin >> n; for (r = 2; r <= n; r = r * 2) for (s = 1; s <= n/4; s++) { t = s; while (t >= 1) { cout << s << " " << t << endl; t--; } } }
3 10582Post New CTS Interview Questions
What is the default font style?
What is Quality Score in Google AdWords?
Explain the concept of Thread Pool? what its Benefits?
How do we separate one dimensional, two dimensional and three-dimensional data?
What is truncate table?
where can administrator find binding information for an application?
What are static attributes?
Which are the kinds of report triggers?
What is the use of sap tao ui scanner?
trims and trips, labour conditions, cultural factors, geographical influences,environmental issues
What are the data types in php?
What is syntax like in go?
What is windows azure storage emulator?
What is the purpose of @conversion?
Define active filter?